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 .= "
";
+ $output .= "";
$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 .= "";
+ $output .= "";
$output .= $temp;
}
}