remove semi-colon tls-sprint
authorsylvain.thenault@logilab.fr
Thu, 30 Apr 2009 00:40:35 +0200
branchtls-sprint
changeset 1552 7563b652341a
parent 1551 a41c1c0a9e13
child 1553 3f91ef2397d0
remove semi-colon
web/views/baseviews.py
--- 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: