--- a/common/mixins.py Tue Aug 25 19:42:19 2009 +0200
+++ b/common/mixins.py Tue Aug 25 22:57:47 2009 +0200
@@ -1,4 +1,4 @@
-"""mixins of entity/views organized somewhat in a graph or tree structure
+ """mixins of entity/views organized somewhat in a graph or tree structure
:organization: Logilab
@@ -343,7 +343,7 @@
"""a recursive path view"""
id = 'path'
item_vid = 'oneline'
- separator = u' > '
+ separator = u' > '
def call(self, **kwargs):
self.w(u'<div class="pathbar">')