[view] add 2 missing spaces before the previous link stable
authorKatia Saurfelt <katia.saurfelt@logilab.fr>
Wed, 27 Jun 2012 11:53:46 +0200
branchstable
changeset 9133 5f85e5ecbdb0
parent 9132 b6bcf99504c9
child 9134 a5f53b023132
[view] add 2 missing spaces before the previous link
web/views/navigation.py
--- 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 + '&#160;&#160;' + content
         else:
             title = self._cw._('i18nprevnext_next')
             icon = self.next_icon