summaryrefslogtreecommitdiff
path: root/modules/user
diff options
context:
space:
mode:
Diffstat (limited to 'modules/user')
-rw-r--r--modules/user/user.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/user.module b/modules/user/user.module
index 3dead5a3b..d56e4f514 100644
--- a/modules/user/user.module
+++ b/modules/user/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(" &middot; ", $links) ."</small><hr />";
+ print "<small>". implode(" | ", $links) ."</small><hr />";
switch ($op) {
case "help":