diff options
Diffstat (limited to 'ext/dom/examples/note.dtd')
| -rw-r--r-- | ext/dom/examples/note.dtd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/dom/examples/note.dtd b/ext/dom/examples/note.dtd index 4016eb581..c2d558eee 100644 --- a/ext/dom/examples/note.dtd +++ b/ext/dom/examples/note.dtd @@ -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)> |
