author | Aurelien Campeas <aurelien.campeas@logilab.fr> |
Wed, 13 May 2009 12:15:03 +0200 | |
branch | tls-sprint |
changeset 1781 | 7a934055dd45 |
parent 1780 | 7549509ce0e6 |
child 1782 | aa7136519c19 |
child 1793 | fdac26e003e7 |
--- 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