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/path/path.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/path/path.module') diff --git a/modules/path/path.module b/modules/path/path.module index 8b9705945..c8a3caff2 100644 --- a/modules/path/path.module +++ b/modules/path/path.module @@ -14,9 +14,9 @@ function path_help($section) { case 'admin/modules#description': return t('Enables users to rename URLs.'); case 'admin/path': - return t("Drupal provides users complete control over URLs through aliasing. This feature is typically used to make URLs human-readable or easy to remember. For example, one could map the relative URL 'node/1' onto 'about'. Each system path can have multiple aliases."); + return t("

Drupal provides users complete control over URLs through aliasing. This feature is typically used to make URLs human-readable or easy to remember. For example, one could map the relative URL 'node/1' onto 'about'. Each system path can have multiple aliases.

"); case 'admin/path/add': - return t('Enter the path you wish to create the alias for, followed by the name of the new alias.'); + return t('

Enter the path you wish to create the alias for, followed by the name of the new alias.

'); case 'admin/help#path': return t("

Background

-- cgit v1.2.3