summaryrefslogtreecommitdiff
path: root/modules/help
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-09-18 20:31:58 +0000
committerDries Buytaert <dries@buytaert.net>2003-09-18 20:31:58 +0000
commit83e8ec4d703e9446d18e722efed23179e3d1614b (patch)
tree5de7607387d4667d554e16f359cff84809213474 /modules/help
parent796a70de15b74d8df0bb02dea643dd024d2f7161 (diff)
downloadbrdo-83e8ec4d703e9446d18e722efed23179e3d1614b.tar.gz
brdo-83e8ec4d703e9446d18e722efed23179e3d1614b.tar.bz2
- Fixed small spacing problem
Diffstat (limited to 'modules/help')
-rw-r--r--modules/help/help.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/help/help.module b/modules/help/help.module
index 7a0dace8e..0f3e6fb32 100644
--- a/modules/help/help.module
+++ b/modules/help/help.module
@@ -43,7 +43,7 @@ function help_admin() {
$temp = module_invoke($name, "help", "admin/".$name."/help");
if (!empty($temp)) {
$links[] = l($name, "admin/help#$name");
- $output .= "<h2><a id=\"$name\">". ucfirst($name) ." module</a></h2>";
+ $output .= "<h2><a id=\"$name\">". ucfirst($name) ." module</a></h2>";
$output .= $temp;
}
}