diff -r 4ef565c1d183 -r 866a2c135c33 web/views/bookmark.py --- a/web/views/bookmark.py Tue Aug 25 19:42:19 2009 +0200 +++ b/web/views/bookmark.py Tue Aug 25 22:57:47 2009 +0200 @@ -33,7 +33,7 @@ def cell_call(self, row, col): """the primary view for bookmark entity""" entity = self.complete_entity(row, col) - self.w(u' ') + self.w(u' ') self.w(u"") self.w(u"%s : %s" % (self.req._('Bookmark'), xml_escape(entity.title))) self.w(u"")