diff options
Diffstat (limited to 'modules/book.module')
-rw-r--r-- | modules/book.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/book.module b/modules/book.module index 504845d8d..d3ab1f4e9 100644 --- a/modules/book.module +++ b/modules/book.module @@ -729,7 +729,7 @@ function book_admin() { $links = book_admin_links(); - print "<small>". implode(" · ", $links) ."</small><hr />"; + print "<small>". implode(" | ", $links) ."</small><hr />"; switch ($op) { case t("Edit book outline"): |