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/upload/upload.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/upload/upload.module') diff --git a/modules/upload/upload.module b/modules/upload/upload.module index 67312f5e1..16e0621af 100644 --- a/modules/upload/upload.module +++ b/modules/upload/upload.module @@ -11,7 +11,7 @@ function upload_help($section) { case 'admin/modules#description': return t('File-handling and attaching files to nodes.'); case 'admin/upload': - return t('Users with the upload files permission can upload attachments. You can choose which node types can take attachments on the workflow settings page.', array('%permissions' => url('admin/user/configure/permission'), '%workflow' => url('admin/node/configure/defaults'))); + return t('

Users with the upload files permission can upload attachments. You can choose which node types can take attachments on the workflow settings page.

', array('%permissions' => url('admin/user/configure/permission'), '%workflow' => url('admin/node/configure/defaults'))); case 'admin/node/configure/defaults': return t('

If you want users to be able to attach files to nodes, check the attachments column in the appropriate column.

'); case 'admin/help#upload': -- cgit v1.2.3