Commit 82ba4b6b authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fix HTML in tests.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40876 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a596ed61
...@@ -1532,7 +1532,7 @@ class TestDocument(TestDocumentMixin): ...@@ -1532,7 +1532,7 @@ class TestDocument(TestDocumentMixin):
<style type="text/css"> <style type="text/css">
a {color: #FFAA44;} a {color: #FFAA44;}
</style> </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> </head>
<body> <body>
<div> <div>
...@@ -1741,7 +1741,7 @@ document.write('<sc'+'ript type="text/javascript" src="http://somosite.bg/utb.ph ...@@ -1741,7 +1741,7 @@ document.write('<sc'+'ript type="text/javascript" src="http://somosite.bg/utb.ph
<style type="text/css"> <style type="text/css">
a {color: #FFAA44;} a {color: #FFAA44;}
</style> </style>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
</head> </head>
<body> <body>
<div> <div>
......
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