web/views/baseviews.py
branchstable
changeset 6740 e4974d5f7dca
parent 6583 4e7325d6b616
child 6883 1538542a88ed
--- a/web/views/baseviews.py	Thu Dec 09 16:37:08 2010 +0100
+++ b/web/views/baseviews.py	Thu Dec 09 16:30:06 2010 +0100
@@ -188,7 +188,7 @@
     def cell_call(self, row, col):
         _ = self._cw._
         entity = self.cw_rset.get_entity(row, col)
-        self.w(u'<div class="metadata">')
+        self.w(u'<div>')
         if self.show_eid:
             self.w(u'%s #%s - ' % (entity.dc_type(), entity.eid))
         if entity.modification_date != entity.creation_date: