From 83e8ec4d703e9446d18e722efed23179e3d1614b Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 18 Sep 2003 20:31:58 +0000 Subject: [PATCH] - Fixed small spacing problem --- modules/help.module | 2 +- modules/help/help.module | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/help.module b/modules/help.module index 7a0dace8e2b..0f3e6fb3234 100644 --- a/modules/help.module +++ b/modules/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 .= "

". ucfirst($name) ." module

"; + $output .= "

". ucfirst($name) ." module

"; $output .= $temp; } } diff --git a/modules/help/help.module b/modules/help/help.module index 7a0dace8e2b..0f3e6fb3234 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 .= "

". ucfirst($name) ." module

"; + $output .= "

". ucfirst($name) ." module

"; $output .= $temp; } }