summaryrefslogtreecommitdiff
path: root/modules/help
diff options
context:
space:
mode:
Diffstat (limited to 'modules/help')
-rw-r--r--modules/help/help.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/help/help.module b/modules/help/help.module
index 0f3e6fb32..157b37e0d 100644
--- a/modules/help/help.module
+++ b/modules/help/help.module
@@ -49,8 +49,8 @@ function help_admin() {
}
}
- print "<small>". implode(" &middot; ", $links) ."</small><hr />";
- print $output;
+ $output = "<small>". implode(" &middot; ", $links) ."</small><hr />". $output;
+ return $output;
}
?>