summaryrefslogtreecommitdiff
path: root/modules/blog.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-11-23 22:20:41 +0000
committerDries Buytaert <dries@buytaert.net>2004-11-23 22:20:41 +0000
commit9574766ad8f8810baf42a81ae105984254f0fc0a (patch)
tree12a5015957b5d6cdb3c4f24680a5bf23bab0e67c /modules/blog.module
parente19a3cf42d73942e37ca644f8ba5fa271b983e3d (diff)
downloadbrdo-9574766ad8f8810baf42a81ae105984254f0fc0a.tar.gz
brdo-9574766ad8f8810baf42a81ae105984254f0fc0a.tar.bz2
- Patch by Stefan: wrapped the help texts in <p></p> tags. Helps improve consistency.
Diffstat (limited to 'modules/blog.module')
-rw-r--r--modules/blog.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/blog.module b/modules/blog.module
index c72cf0ed8..eb95fbf5e 100644
--- a/modules/blog.module
+++ b/modules/blog.module
@@ -69,7 +69,7 @@ function blog_help($section) {
case 'admin/modules#description':
return t('Enables keeping an easily and regularly updated web page or a blog.');
case 'admin/settings/blog':
- return t("A weblog is a running journal of a user's ideas. Enter the minimum word count for a single entry, and the text displayed on the entry submission form");
+ return t("<p>A weblog is a running journal of a user's ideas. Enter the minimum word count for a single entry, and the text displayed on the entry submission form.</p>");
case 'node/add/blog':
return variable_get('blog_help', '');
case 'node/add#blog':