diff options
author | Steven Wittens <steven@10.no-reply.drupal.org> | 2005-03-18 07:07:04 +0000 |
---|---|---|
committer | Steven Wittens <steven@10.no-reply.drupal.org> | 2005-03-18 07:07:04 +0000 |
commit | c3f1f7345ecb6ba69ec4bfc0ee1658e3fbc1aff3 (patch) | |
tree | ae04944993488152cb0fada2c0857ff67ebb8483 /modules/profile/profile.module | |
parent | ab7815c8cdcd1bbb1d2d12ec58d2c90c9ac77720 (diff) | |
download | brdo-c3f1f7345ecb6ba69ec4bfc0ee1658e3fbc1aff3.tar.gz brdo-c3f1f7345ecb6ba69ec4bfc0ee1658e3fbc1aff3.tar.bz2 |
- #18939 (Stefan): Always use paragraph tags around page help text.
Diffstat (limited to 'modules/profile/profile.module')
-rw-r--r-- | modules/profile/profile.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/profile/profile.module b/modules/profile/profile.module index 7e35367ab..8e9c2bdbc 100644 --- a/modules/profile/profile.module +++ b/modules/profile/profile.module @@ -21,7 +21,7 @@ function profile_help($section) { case 'admin/modules#description': return t('Support for configurable user profiles.'); case 'admin/settings/profile': - return t('Here you can define custom fields that users can fill in in their user profile (such as <em>country</em>, <em>real name</em>, <em>age</em>, ...).'); + return t('<p>Here you can define custom fields that users can fill in in their user profile (such as <em>country</em>, <em>real name</em>, <em>age</em>, ...).</p>'); } } |