[Fontconfig] fontconfig: Branch 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Nov 21 12:37:50 UTC 2019


 fonts.dtd |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a4aa66a858f1ecd375c5efe5916398281f73f794
Author: Jan Tojnar <jtojnar at gmail.com>
Date:   Wed Nov 20 02:13:58 2019 +0000

    Correct reset-dirs in DTD
    
    Empty elements need to be declared as such in well-formed DTDs.

diff --git a/fonts.dtd b/fonts.dtd
index f8c9f2c..40ecb4e 100644
--- a/fonts.dtd
+++ b/fonts.dtd
@@ -124,7 +124,7 @@
 <!--
     Reset the list of fonts directories
 -->
-<!ELEMENT reset-dirs >
+<!ELEMENT reset-dirs EMPTY>
 
 <!--
     Periodically rescan the font configuration and


More information about the Fontconfig mailing list