mirror of
git://slackware.nl/current.git
synced 2024-12-29 10:25:00 +01:00
ca24bdf217
a/hwdata-0.342-noarch-1.txz: Upgraded. a/pam-1.5.1-x86_64-1.txz: Upgraded. ap/sqlite-3.34.0-x86_64-1.txz: Upgraded. l/libarchive-3.5.0-x86_64-1.txz: Upgraded. x/fontconfig-2.13.92-x86_64-1.txz: Upgraded. I'm pretty sure there was a good reason to switch to 2.13.92 on the devel release path, but I'm not sure the same can be said about 2.13.93. We'll stick with this one for now until there's a stable release or another good reason to bump it. x/xorg-server-1.20.10-x86_64-1.txz: Upgraded. x/xorg-server-xephyr-1.20.10-x86_64-1.txz: Upgraded. x/xorg-server-xnest-1.20.10-x86_64-1.txz: Upgraded. x/xorg-server-xvfb-1.20.10-x86_64-1.txz: Upgraded. x/xorg-server-xwayland-1.20.10-x86_64-1.txz: Upgraded. xap/gnuplot-5.4.1-x86_64-1.txz: Upgraded.
26 lines
618 B
Diff
26 lines
618 B
Diff
From a4aa66a858f1ecd375c5efe5916398281f73f794 Mon Sep 17 00:00:00 2001
|
|
From: Jan Tojnar <jtojnar@gmail.com>
|
|
Date: Wed, 20 Nov 2019 02:13:58 +0000
|
|
Subject: [PATCH] Correct reset-dirs in DTD
|
|
|
|
Empty elements need to be declared as such in well-formed DTDs.
|
|
---
|
|
fonts.dtd | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
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
|
|
--
|
|
2.24.1
|
|
|