From b85eb11e113396490720572d11d30cd83c772ba1 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 23 Jan 2004 18:42:43 +0000 Subject: Patch 5287 by Stefan: multiline help texts should become inside a single $output. --- modules/path/path.module | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/path') diff --git a/modules/path/path.module b/modules/path/path.module index 9d5c9c06f..73493a2c5 100644 --- a/modules/path/path.module +++ b/modules/path/path.module @@ -115,7 +115,8 @@ function path_help($section = "admin/help#path") { $output = t("Enter the path you wish to create the alias for, followed by the name of the new alias. Each path can be associated with only one alias."); break; case "admin/help#path": - $output = t("

Background

+ $output = t(" +

Background

A very powerful feature of Drupal is the ability to have control over all paths. The path module is the tool that provides this functionality and is part of the basic Drupal installation, although it is not enabled by default. Some examples of re-mapping paths are:

 user/login => login
-- 
cgit v1.2.3