# HG changeset patch # User Katia Saurfelt # Date 1340790826 -7200 # Node ID 5f85e5ecbdb0fce5a514eb0189038b51e7daec52 # Parent b6bcf99504c9a85c923703d9b273caf9741ddb16 [view] add 2 missing spaces before the previous link diff -r b6bcf99504c9 -r 5f85e5ecbdb0 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 + '  ' + content else: title = self._cw._('i18nprevnext_next') icon = self.next_icon