use NMTOKEN for xml:lang attribute values.
* gimp-tips.dtd: use NMTOKEN for xml:lang attribute values.
This commit is contained in:
parent
0166a691a3
commit
bdbd2a2847
2 changed files with 4 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue