diff rhodecode/templates/bookmarks/bookmarks.html @ 3582:1f334a68d057 beta

improved title consistency - changed - into dots to save space
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 24 Mar 2013 22:01:31 +0100
parents 9e677f6d34cb
children 51da0e019248
line wrap: on
line diff
--- a/rhodecode/templates/bookmarks/bookmarks.html	Sun Mar 24 20:46:30 2013 +0100
+++ b/rhodecode/templates/bookmarks/bookmarks.html	Sun Mar 24 22:01:31 2013 +0100
@@ -2,7 +2,7 @@
 <%inherit file="/base/base.html"/>
 
 <%def name="title()">
-    ${_('%s Bookmarks') % c.repo_name} - ${c.rhodecode_name}
+    ${_('%s Bookmarks') % c.repo_name} &middot; ${c.rhodecode_name}
 </%def>