web/views/tableview.py
branchstable
changeset 3009 3deb0fa95761
parent 3006 4d85386b06a5
child 3023 7864fee8b4ec
child 3128 37c310ca6506
--- a/web/views/tableview.py	Wed Aug 26 10:06:47 2009 +0200
+++ b/web/views/tableview.py	Wed Aug 26 10:18:07 2009 +0200
@@ -129,8 +129,7 @@
         # replace the inner div, so don't regenerate everything under the if
         # below
         if not fromformfilter:
-            div_class = 'section'
-            self.w(u'<div class="%s">' % div_class)
+            self.w(u'<div class="section">')
             if not title and 'title' in req.form:
                 title = req.form['title']
             if title: