summaryrefslogtreecommitdiff
path: root/modules/help/help.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/help/help.module')
-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 ad72396c6..3974f6e74 100644
--- a/modules/help/help.module
+++ b/modules/help/help.module
@@ -22,7 +22,7 @@ function help_admin() {
}
}
- print "<small>". implode(" - ", $links) ."</small><hr />";
+ print "<small>". implode(" | ", $links) ."</small><hr />";
foreach (module_list() as $name) {
if (module_hook($name, "help")) {