We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7fd21e commit ca75aacCopy full SHA for ca75aac
1 file changed
ext/dom/tests/modern/html/parser/Element_innerHTML.phpt
@@ -60,6 +60,6 @@ echo $dom->saveXML(), "\n";
60
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
61
<style xmlns="http://www.w3.org/1999/xhtml"><p>foo</p></style>
62
63
-<style xmlns="urn:a"><p xmlns="">foo</p></style>
+<style xmlns="urn:a"><p xmlns="http://www.w3.org/1999/xhtml">foo</p></style>
64
65
<textarea xmlns="http://www.w3.org/1999/xhtml"></textarea>�--></textarea>
0 commit comments