Fonts.dtd had "blanks" instead of "blank"
This commit is contained in:
parent
442678fbc4
commit
1c20b1cc0b
|
@ -39,7 +39,7 @@
|
||||||
<!--
|
<!--
|
||||||
Global library configuration data
|
Global library configuration data
|
||||||
-->
|
-->
|
||||||
<!ELEMENT config (blanks|rescan)*>
|
<!ELEMENT config (blank|rescan)*>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Specify the set of Unicode encoding values which
|
Specify the set of Unicode encoding values which
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
the set of valid Unicode chars. This idea
|
the set of valid Unicode chars. This idea
|
||||||
was borrowed from Mozilla
|
was borrowed from Mozilla
|
||||||
-->
|
-->
|
||||||
<!ELEMENT blanks (int)*>
|
<!ELEMENT blank (int)*>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Aliases are just a special case for multiple match elements
|
Aliases are just a special case for multiple match elements
|
||||||
|
|
Loading…
Reference in New Issue