diff options
author | Daniel Jacobowitz <drow@false.org> | 2009-10-11 20:24:18 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2009-10-11 20:24:18 +0000 |
commit | 9108f110eeaa2cbba22c8a2bda97593fec700656 (patch) | |
tree | caeab4754b11374b6cdec2f7716fae85b6fc3b2d /gdb/features/xinclude.dtd | |
parent | 7afee70046a1319efa9d10f4b7fe9d34e9a65afe (diff) | |
download | gdb-9108f110eeaa2cbba22c8a2bda97593fec700656.zip gdb-9108f110eeaa2cbba22c8a2bda97593fec700656.tar.gz gdb-9108f110eeaa2cbba22c8a2bda97593fec700656.tar.bz2 |
* features/xinclude.dtd: Correct EMPTY typo.
Diffstat (limited to 'gdb/features/xinclude.dtd')
-rw-r--r-- | gdb/features/xinclude.dtd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/features/xinclude.dtd b/gdb/features/xinclude.dtd index e58eb13..31aa942 100644 --- a/gdb/features/xinclude.dtd +++ b/gdb/features/xinclude.dtd @@ -7,7 +7,7 @@ <!-- GDB supports a subset of XInclude. Only whole documents can be included, and only as XML. --> -<!ELEMENT xi:include (EMPTY)> +<!ELEMENT xi:include EMPTY> <!ATTLIST xi:include xmlns:xi CDATA #FIXED "http://www.w3.org/2001/XInclude" href CDATA #REQUIRED> |