web/formwidgets.py
changeset 10901 ddeac3ecdd88
parent 10783 02cc22d7d339
child 10902 41bd01ebebb4
--- a/web/formwidgets.py	Fri Nov 20 14:17:46 2015 +0100
+++ b/web/formwidgets.py	Fri Oct 16 10:36:34 2015 +0200
@@ -618,7 +618,7 @@
                 iattrs['checked'] = u'checked'
             tag = tags.input(name=field.input_name(form, self.suffix),
                              type=self.type, value=value, **iattrs)
-            options.append(u'%s %s' % (tag, label))
+            options.append(u'%s %s' % (tag, xml_escape(label)))
         return sep.join(options)