]> granicus.if.org Git - php/commitdiff
Add charset, fixes the validate_on_parse test (confik)
authorHannes Magnusson <bjori@php.net>
Wed, 22 Jun 2011 14:59:20 +0000 (14:59 +0000)
committerHannes Magnusson <bjori@php.net>
Wed, 22 Jun 2011 14:59:20 +0000 (14:59 +0000)
ext/dom/examples/note.dtd

index 4016eb58111cd5d694e5641d344b0c59ee05b2f8..c2d558eee4eb5c6b7ee5be540e9ffdcf00858b34 100644 (file)
@@ -1,6 +1,6 @@
-<?xml version="1.0" ?>
+<?xml version="1.0" encoding="utf-8" ?>
 <!ELEMENT note (to,from,heading,body)>
 <!ELEMENT to (#PCDATA)>
 <!ELEMENT from (#PCDATA)>
 <!ELEMENT heading (#PCDATA)>
-<!ELEMENT body (#PCDATA)>
\ No newline at end of file
+<!ELEMENT body (#PCDATA)>