[schema view] fix typo
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 21 Jun 2010 17:39:50 +0200
changeset 5822 3d4e58a741a4
parent 5821 656c974961c4
child 5823 8a6c15e2e8b0
[schema view] fix typo
web/views/schema.py
--- a/web/views/schema.py	Mon Jun 21 17:30:15 2010 +0200
+++ b/web/views/schema.py	Mon Jun 21 17:39:50 2010 +0200
@@ -88,7 +88,7 @@
         w = self.w
         _ = self._cw._
         w(u'<table class="listing schemaInfo">')
-        w(u'<tr><th width="15%%">%s</th><th wdith="25%%">%s</th><th>%s</th></tr>' % (
+        w(u'<tr><th width="15%%">%s</th><th width="25%%">%s</th><th>%s</th></tr>' % (
             _("permission"), _('granted to groups'), _('rql expressions')))
         for action in erschema.ACTIONS:
             w(u'<tr><td>%s</td><td>' % _(action))