diff -r 094c597c1d01 -r 3deb0fa95761 web/views/tableview.py --- 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) + self.w(u'
') if not title and 'title' in req.form: title = req.form['title'] if title: