web/views/baseviews.py
branchtls-sprint
changeset 1552 7563b652341a
parent 1498 2c6eec0b46b9
child 1554 3a3263df6cdd
--- a/web/views/baseviews.py	Thu Apr 30 00:39:44 2009 +0200
+++ b/web/views/baseviews.py	Thu Apr 30 00:40:35 2009 +0200
@@ -165,7 +165,7 @@
             self.w(u'#%s - ' % entity.eid)
         if entity.modification_date != entity.creation_date:
             self.w(u'<span>%s</span> ' % _('latest update on'))
-            self.w(u'<span class="value">%s</span>, ;'
+            self.w(u'<span class="value">%s</span>, '
                    % self.format_date(entity.modification_date))
         # entities from external source may not have a creation date (eg ldap)
         if entity.creation_date: