# HG changeset patch # User Adrien Di Mascio # Date 1243792421 -7200 # Node ID 5abd684d5b9da8e361c4c09af65336546dbe5325 # Parent 4090a9546ea37606df0f3f219d2a75d333668ebe watch out, there's some tabs hiding here and there, keep your eyes open ... diff -r 4090a9546ea3 -r 5abd684d5b9d web/views/cwproperties.py --- a/web/views/cwproperties.py Sat May 30 00:42:35 2009 +0200 +++ b/web/views/cwproperties.py Sun May 31 19:53:41 2009 +0200 @@ -217,7 +217,7 @@ eidparam=True)) subform.vreg = self.vreg subform.form_add_hidden('pkey', key, eidparam=True) - subform.form_add_hidden("current-value:%s" % entity.eid,) + subform.form_add_hidden("current-value:%s" % entity.eid,) form.form_add_subform(subform) return subform diff -r 4090a9546ea3 -r 5abd684d5b9d web/widgets.py --- a/web/widgets.py Sat May 30 00:42:35 2009 +0200 +++ b/web/widgets.py Sun May 31 19:53:41 2009 +0200 @@ -153,7 +153,7 @@ if example: help.append(u'(%s: %s)' % (req._('sample format'), example)) - help.append(u'') + help.append(u'') return u' '.join(help) def render_example(self, req):