diff options
Diffstat (limited to 'modules/user.module')
-rw-r--r-- | modules/user.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user.module b/modules/user.module index 3dead5a3b..d56e4f514 100644 --- a/modules/user.module +++ b/modules/user.module @@ -1514,7 +1514,7 @@ function user_admin() { $links[] = la(t("settings"), array("mod" => "user", "op" => "settings")); $links[] = la(t("help"), array("mod" => "user", "op" => "help")); - print "<small>". implode(" · ", $links) ."</small><hr />"; + print "<small>". implode(" | ", $links) ."</small><hr />"; switch ($op) { case "help": |