Skip to content

Commit 9808323

Browse files
author
Nicolas Hart
committed
fix tests
1 parent 7c04397 commit 9808323

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/fixtures/emailConverted.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
22
<html>
33
<head>
4-
<style><![CDATA[
4+
<style>
55
.block {
66
width: 100px;
77
height: 20px;
88
}
99
div.block ul li.small {
1010
margin: 10px;
1111
}
12-
]]></style>
12+
</style>
1313
</head>
1414
<body>
1515
<div class="block" style="width: 100px; height: 20px;">
@@ -25,4 +25,4 @@
2525
</ul>
2626
</div>
2727
</body>
28-
</html>
28+
</html>

0 commit comments

Comments
 (0)