From fc5d23e64ebdf0ab4d172082957185d3c69d7e91 Mon Sep 17 00:00:00 2001
From: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
Date: Mon, 3 Jan 2011 17:16:54 +0000
Subject: [PATCH] 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
---
 product/ERP5OOo/tests/testDms.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/product/ERP5OOo/tests/testDms.py b/product/ERP5OOo/tests/testDms.py
index 7cc54caa48..c5862aef1b 100644
--- a/product/ERP5OOo/tests/testDms.py
+++ b/product/ERP5OOo/tests/testDms.py
@@ -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')
-- 
2.30.9