diff -r f76599a96238 -r 65a619eb31c4 web/component.py --- a/web/component.py Wed Aug 25 09:43:12 2010 +0200 +++ b/web/component.py Wed Aug 25 10:01:11 2010 +0200 @@ -197,7 +197,7 @@ rset = self._cw.execute(self.rql(), {'x': eid}) if not rset.rowcount: return - self.w(u'
' % self.div_class()) + self.w(u'
' % self.cssclass) self.w(u'

%s

\n' % self._cw._(self.title).capitalize()) self.wview(self.vid, rset) self.w(u'
')