]> granicus.if.org Git - php/commitdiff
Fixed test.
authorIlia Alshanetsky <iliaa@php.net>
Wed, 29 Oct 2003 05:04:40 +0000 (05:04 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Wed, 29 Oct 2003 05:04:40 +0000 (05:04 +0000)
ext/dom/tests/dom005.phpt

index 29e5aa76e1bbc972a30763752786d1750c9c149a..9ce32b4a192e4fc7f224add03cc8b691a3e2c5f0 100644 (file)
@@ -15,13 +15,13 @@ print $dom->saveHTML();
 --EXPECT--
 --- save as XML
 <?xml version="1.0" standalone="yes"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
+<!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><p>
 This is a not well-formed<br/>
 html files with undeclared entities 
 </p></body></html>
 --- save as HTML
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
+<!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><p>