web/views/navigation.py
branchstable
changeset 9133 5f85e5ecbdb0
parent 8498 bd4addfb6fd5
child 9256 697a8181ba30
child 9525 8f3e963501e2
--- a/web/views/navigation.py	Wed Jun 26 09:35:54 2013 +0200
+++ b/web/views/navigation.py	Wed Jun 27 11:53:46 2012 +0200
@@ -398,7 +398,7 @@
             title = self._cw._('i18nprevnext_previous')
             icon = self.prev_icon
             cssclass = u'previousEntity left'
-            content = icon + content
+            content = icon + '  ' + content
         else:
             title = self._cw._('i18nprevnext_next')
             icon = self.next_icon