Fonts.dtd had "blanks" instead of "blank"

This commit is contained in:
Keith Packard 2002-05-23 16:05:16 +00:00
parent 442678fbc4
commit 1c20b1cc0b
1 changed files with 2 additions and 2 deletions

View File

@ -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