diff options
Diffstat (limited to 'modules/help.module')
-rw-r--r-- | modules/help.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/help.module b/modules/help.module index ad72396c6..3974f6e74 100644 --- a/modules/help.module +++ b/modules/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")) { |