diff -r ea1a44e4ad62 -r caad2367d940 web/views/cwproperties.py --- a/web/views/cwproperties.py Wed Jul 15 09:45:13 2009 +0200 +++ b/web/views/cwproperties.py Thu Jul 16 13:30:13 2009 +0200 @@ -8,7 +8,7 @@ __docformat__ = "restructuredtext en" _ = unicode -from logilab.mtconverter import html_escape +from logilab.mtconverter import xml_escape from logilab.common.decorators import cached @@ -154,7 +154,7 @@ docmsgid = '%s_%s_description' % (group, oid) doc = _(docmsgid) if doc != docmsgid: - w(u'
%s
' % html_escape(doc).capitalize()) + w(u'
%s
' % xml_escape(doc).capitalize()) w(u'') w(u'