diff options
Diffstat (limited to 'modules/admin.module')
-rw-r--r-- | modules/admin.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/admin.module b/modules/admin.module index 98520fbc0..53804388d 100644 --- a/modules/admin.module +++ b/modules/admin.module @@ -14,7 +14,7 @@ function admin_help($section) { case 'admin/modules#description': return t('Handles the administration pages.'); case 'admin': - return t('Welcome to the administration section. Below are the most recent system events.'); + return t('<p>Welcome to the administration section. Below are the most recent system events.</p>'); } } |