[Erp5-report] r40876 kazuhiko - /erp5/trunk/products/ERP5OOo/tests/testDms.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Nov 29 15:44:04 CET 2010
Author: kazuhiko
Date: Mon Nov 29 15:44:03 2010
New Revision: 40876
URL: http://svn.erp5.org?rev=40876&view=rev
Log:
fix HTML in tests.
Modified:
erp5/trunk/products/ERP5OOo/tests/testDms.py
Modified: erp5/trunk/products/ERP5OOo/tests/testDms.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5OOo/tests/testDms.py?rev=40876&r1=40875&r2=40876&view=diff
==============================================================================
--- erp5/trunk/products/ERP5OOo/tests/testDms.py [utf8] (original)
+++ erp5/trunk/products/ERP5OOo/tests/testDms.py [utf8] Mon Nov 29 15:44:03 2010
@@ -1532,7 +1532,7 @@ class TestDocument(TestDocumentMixin):
<style type="text/css">
a {color: #FFAA44;}
</style>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
</head>
<body>
<div>
@@ -1741,7 +1741,7 @@ document.write('<sc'+'ript type="text/ja
<style type="text/css">
a {color: #FFAA44;}
</style>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
</head>
<body>
<div>
More information about the Erp5-report
mailing list