summaryrefslogtreecommitdiff
path: root/modules/profile.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/profile.module')
-rw-r--r--modules/profile.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/profile.module b/modules/profile.module
index 7e35367ab..8e9c2bdbc 100644
--- a/modules/profile.module
+++ b/modules/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>');
}
}