# HG changeset patch # User Sylvain Thénault # Date 1277135316 -7200 # Node ID 8a6c15e2e8b0c7d5b4aee64041b08b1b932f1faf # Parent 3d4e58a741a4ce4e8f22c68415cde6cfb617d0ec [schema view] width isn't in authorized th attribute in xhtml DTD. katia, please do it another way. diff -r 3d4e58a741a4 -r 8a6c15e2e8b0 web/views/schema.py --- a/web/views/schema.py Mon Jun 21 17:39:50 2010 +0200 +++ b/web/views/schema.py Mon Jun 21 17:48:36 2010 +0200 @@ -88,7 +88,7 @@ w = self.w _ = self._cw._ w(u'') - w(u'' % ( + w(u'' % ( _("permission"), _('granted to groups'), _('rql expressions'))) for action in erschema.ACTIONS: w(u'
%s%s%s
%s%s%s
%s' % _(action))