web/views/bookmark.py
branchstable
changeset 2996 866a2c135c33
parent 2476 1294a6bdf3bf
child 3247 a6243d9585ba
--- 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"<span class='title'><b>")
         self.w(u"%s : %s" % (self.req._('Bookmark'), xml_escape(entity.title)))
         self.w(u"</b></span>")