form: fix usage of <label> in ranked entries widget

This commit is contained in:
Frédéric Péters 2012-10-30 12:19:07 +01:00
parent 2b39ae08dc
commit 705cfcf011
1 changed files with 1 additions and 1 deletions

View File

@ -1412,8 +1412,8 @@ class RankedItemsWidget(CompositeWidget):
widget.name, widget.value)
widget.name = widget.name + 'xx'
r += widget.render_content()
r += htmltext('</label>')
r += widget.title
r += htmltext('</label>')
r += htmltext('</li>')
r += htmltext('</ul>')
return r.getvalue()