use NMTOKEN for xml:lang attribute values.

* gimp-tips.dtd: use NMTOKEN for xml:lang attribute values.
This commit is contained in:
Sven Neumann 2002-03-11 15:50:51 +00:00
parent 0166a691a3
commit bdbd2a2847
2 changed files with 4 additions and 2 deletions

View file

@ -7,6 +7,8 @@
* update.sh: removed redundant call to intltool-extract.
* gimp-tips.dtd: use NMTOKEN for xml:lang attribute values.
2002-03-09 Sven Neumann <sven@gimp.org>
* Makefile.am: added update-po rule, improved dist-hook rule.

View file

@ -12,7 +12,7 @@
<!ELEMENT tt %markup;>
<!ELEMENT welcome %markup;>
<!ATTLIST welcome xml:lang CDATA #IMPLIED>
<!ATTLIST welcome xml:lang NMTOKEN #IMPLIED>
<!ELEMENT thetip %markup;>
<!ATTLIST thetip xml:lang CDATA #IMPLIED>
<!ATTLIST thetip xml:lang NMTOKEN #IMPLIED>