diff options
| author | Ondřej Surý <ondrej@sury.org> | 2011-08-19 10:22:38 +0200 |
|---|---|---|
| committer | Ondřej Surý <ondrej@sury.org> | 2011-08-19 10:22:38 +0200 |
| commit | f452a2b3e4e4279b27594a8ddb66525442d59227 (patch) | |
| tree | d05cb62c5515ada33076d3cc3e49b664733a478c /ext/dom/examples | |
| parent | 038ba12e8724d537040e88ec794354b0c063f0a6 (diff) | |
| download | php-upstream/5.3.7.tar.gz | |
Imported Upstream version 5.3.7upstream/5.3.7
Diffstat (limited to 'ext/dom/examples')
| -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)> |
