28 lines
716 B
Diff
28 lines
716 B
Diff
|
From 1d0d23b4e2f6a8d40a004aba0dcb7e542babde10 Mon Sep 17 00:00:00 2001
|
||
|
From: Peter Hutterer <peter.hutterer@who-t.net>
|
||
|
Date: Thu, 22 Apr 2021 09:50:39 +1000
|
||
|
Subject: [PATCH xkeyboard-config 3/4] rules: the xkb.dtd file is not an XML
|
||
|
document
|
||
|
|
||
|
It's just the DTD file, not an XML document itself.
|
||
|
|
||
|
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
|
||
|
(cherry picked from commit 543acb277426bbaeb316922d1380ad2746d4a662)
|
||
|
---
|
||
|
rules/xkb.dtd | 2 --
|
||
|
1 file changed, 2 deletions(-)
|
||
|
|
||
|
diff --git a/rules/xkb.dtd b/rules/xkb.dtd
|
||
|
index fa41ec0..fce9b19 100644
|
||
|
--- a/rules/xkb.dtd
|
||
|
+++ b/rules/xkb.dtd
|
||
|
@@ -1,5 +1,3 @@
|
||
|
-<?xml version="1.0" encoding="UTF-8"?>
|
||
|
-
|
||
|
<!--
|
||
|
|
||
|
Description: XKB configuration file DTD
|
||
|
--
|
||
|
2.31.1
|
||
|
|