Commit 2253f558 authored by Jérome Perrin's avatar Jérome Perrin

No need to escape html in field TALES, because the field escape it itself

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16255 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c4f0f3b7
......@@ -279,11 +279,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string encoding="cdata"><![CDATA[
python: here.realm.replace(">", "&gt;").replace("<", "&lt;")
]]></string> </value>
<value> <string>here/realm</string> </value>
</item>
</dictionary>
</pickle>
......
163
\ No newline at end of file
168
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment