]> granicus.if.org Git - php/commitdiff
Fix broken test
authorRasmus Lerdorf <rasmus@php.net>
Wed, 27 Apr 2011 15:08:44 +0000 (15:08 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Wed, 27 Apr 2011 15:08:44 +0000 (15:08 +0000)
ext/dom/tests/dom005.phpt

index 249869eff2f25dab2a15d0fefb378125d7a5da78..715aec4024cc1ac979964289d3519f1953350d98 100644 (file)
@@ -27,10 +27,7 @@ html files with undeclared entities&#xA0;
 </body></html>
 --- save as HTML
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
-<html>
-<head><title>Hello world</title></head>
-<body>
+<html><head><title>Hello world</title></head><body>
 This is a not well-formed<br>
 html files with undeclared entities&nbsp;
-</body>
-</html>
+</body></html>