We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f3771e commit c09f082Copy full SHA for c09f082
ext/dom/tests/dom005.phpt
@@ -27,10 +27,7 @@ html files with undeclared entities 
27
</body></html>
28
--- save as HTML
29
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
30
-<html>
31
-<head><title>Hello world</title></head>
32
-<body>
+<html><head><title>Hello world</title></head><body>
33
This is a not well-formed<br>
34
html files with undeclared entities
35
-</body>
36
-</html>
+</body></html>
0 commit comments