diff options
Diffstat (limited to 'ext/dom/tests/DOMDocument_relaxNGValidateSource_error1.phpt')
| -rw-r--r-- | ext/dom/tests/DOMDocument_relaxNGValidateSource_error1.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/dom/tests/DOMDocument_relaxNGValidateSource_error1.phpt b/ext/dom/tests/DOMDocument_relaxNGValidateSource_error1.phpt index 7da71a57a1..a277a30a2d 100644 --- a/ext/dom/tests/DOMDocument_relaxNGValidateSource_error1.phpt +++ b/ext/dom/tests/DOMDocument_relaxNGValidateSource_error1.phpt @@ -9,7 +9,7 @@ require_once('skipif.inc'); --FILE-- <?php $rng = <<< RNG -<?xml version="1.0" encoding="UTF-8"?> +<?xml version="1.0" encoding="UTF-8"?> <grammar ns="" xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes"> <start> @@ -23,7 +23,7 @@ $rng = <<< RNG RNG; $bad_xml = <<< BAD_XML -<?xml version="1.0"?> +<?xml version="1.0"?> <apple> <pear>Pear</pear> <pear>Pear</pear> |
