summaryrefslogtreecommitdiff
path: root/modules/statistics.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/statistics.module')
-rw-r--r--modules/statistics.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/statistics.module b/modules/statistics.module
index 0e350fe16..9db0c5f56 100644
--- a/modules/statistics.module
+++ b/modules/statistics.module
@@ -242,7 +242,7 @@ function statistics_admin() {
$links[] = la(t("who's online block"), array("mod" => "statistics", "op" => "whos online block"));
}
$links[] = la(t("help"), array("mod" => "statistics", "op" => "help"));
- print "<small>". implode(" &middot; ", $links) ."</small><hr />";
+ print "<small>". implode(" | ", $links) ."</small><hr />";
/* non-configuration admin pages */
switch ($op) {