web/views/editforms.py
branchtls-sprint
changeset 1781 7a934055dd45
parent 1778 311026c9073a
child 1798 cc86fe8efaaa
--- a/web/views/editforms.py	Wed May 13 11:06:22 2009 +0200
+++ b/web/views/editforms.py	Wed May 13 12:15:03 2009 +0200
@@ -102,7 +102,7 @@
             if getattr(entity, rtype) is None:
                 value = default or self.req._('not specified')
             else:
-                value = html_escape(entity.printable_value(rtype))
+                value = entity.printable_value(rtype)
         else:
             rset = entity.related(rtype, role)
             # XXX html_escape but that depends of the actual vid