summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2013-10-31 22:12:26 +0900
committerAkira TAGOH <akira@tagoh.org>2013-10-31 22:12:26 +0900
commit767108aa1327cf0156dfc6f024dbc8fb783ae067 (patch)
tree08884b91251a5e6500428b2dd7e083aeae7290e1
parentaa22e6e63933e8b31a032835b712b7ed596534cc (diff)
downloadfontconfig-767108aa1327cf0156dfc6f024dbc8fb783ae067.tar.gz
Correct DTD
-rw-r--r--fonts.dtd2
1 files changed, 1 insertions, 1 deletions
diff --git a/fonts.dtd b/fonts.dtd
index 4c38e77..479f2c0 100644
--- a/fonts.dtd
+++ b/fonts.dtd
@@ -140,7 +140,7 @@
if 'target' is 'font', execute the match on the result of a font
selection.
-->
-<!ELEMENT match (test*, edit*)+>
+<!ELEMENT match (test|edit)+>
<!ATTLIST match
target (pattern|font|scan) "pattern">