diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-01-23 18:42:43 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-01-23 18:42:43 +0000 |
commit | b85eb11e113396490720572d11d30cd83c772ba1 (patch) | |
tree | c40775ddc2808a40651323d2e35800e5f31305df /modules/path/path.module | |
parent | ce803acecb4b695567d77d5219218d5ae2b100f4 (diff) | |
download | brdo-b85eb11e113396490720572d11d30cd83c772ba1.tar.gz brdo-b85eb11e113396490720572d11d30cd83c772ba1.tar.bz2 |
Patch 5287 by Stefan: multiline help texts should become inside a single $output.
Diffstat (limited to 'modules/path/path.module')
-rw-r--r-- | modules/path/path.module | 3 |
1 files changed, 2 insertions, 1 deletions
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("<h3>Background</h3> + $output = t(" +<h3>Background</h3> <p>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:</p> <pre> user/login => login |