From c3f1f7345ecb6ba69ec4bfc0ee1658e3fbc1aff3 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Fri, 18 Mar 2005 07:07:04 +0000 Subject: - #18939 (Stefan): Always use paragraph tags around page help text. --- modules/statistics/statistics.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/statistics/statistics.module') diff --git a/modules/statistics/statistics.module b/modules/statistics/statistics.module index 5286d92d3..bc57b0ab2 100644 --- a/modules/statistics/statistics.module +++ b/modules/statistics/statistics.module @@ -42,11 +42,11 @@ function statistics_help($section) { case 'admin/modules#description': return t('Logs access statistics for your site.'); case 'admin/settings/statistics': - return t('Settings for the statistical information that Drupal will keep about the site. See site statistics for the actual information.', array('%statistics' => url('admin/logs/hits'))); + return t('

Settings for the statistical information that Drupal will keep about the site. See site statistics for the actual information.

', array('%statistics' => url('admin/logs/hits'))); case 'admin/logs/hits': - return t('This page shows you the most recent hits.'); + return t('

This page shows you the most recent hits.

'); case 'admin/logs/referrers': - return t('This page shows you all external referrers. These are links pointing to your web site from outside your web site.'); + return t('

This page shows you all external referrers. These are links pointing to your web site from outside your web site.

'); } } -- cgit v1.2.3