author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
Wed, 26 Aug 2009 10:18:07 +0200 | |
branch | stable |
changeset 3009 | 3deb0fa95761 |
parent 3008 | 094c597c1d01 |
child 3010 | 684a0c546774 |
--- 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: