Commit fc5d23e6 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

modify HTML that does not work with current safe_html.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41957 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fdbe0d45
......@@ -1527,7 +1527,7 @@ class TestDocument(TestDocumentMixin):
<a href="javascript:DosomethingNasty()">Link</a>
<a onClick="javascript:DosomethingNasty()">Another Link</a>
<p>éàèù</p>
<p class="Th&#232;mes">Th&#232;mes</p>
<p class="Th&#232;mes Thèmes">Th&#232;mes Thèmes</p>
</body>
</html>
""".decode('utf-8').encode('iso-8859-1')
......
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