From 9574766ad8f8810baf42a81ae105984254f0fc0a Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 23 Nov 2004 22:20:41 +0000 Subject: - Patch by Stefan: wrapped the help texts in

tags. Helps improve consistency. --- modules/blog/blog.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/blog/blog.module') diff --git a/modules/blog/blog.module b/modules/blog/blog.module index c72cf0ed8..eb95fbf5e 100644 --- a/modules/blog/blog.module +++ b/modules/blog/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("

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.

"); case 'node/add/blog': return variable_get('blog_help', ''); case 'node/add#blog': -- cgit v1.2.3