diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-06-09 10:20:57 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-06-09 12:41:53 +0200 |
commit | 160a4852f1d7487154d8cdd8881acd287d481b7f (patch) | |
tree | 19f7841faf188c91bac850af66dcb11a23d96a8e /xmlscript | |
parent | 5f9a90a939de600952707edeeb309c6badd757c6 (diff) |
dtd files are not xml files and shouldn't have xml headers
so rpminspect is correct in complaining that they are not valid xml
on inspecting files claiming to be xml
Change-Id: I70379989326c2ea63e6a54b3658ebea4684fa5df
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116887
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'xmlscript')
-rw-r--r-- | xmlscript/dtd/dialog.dtd | 1 | ||||
-rw-r--r-- | xmlscript/dtd/libraries.dtd | 2 | ||||
-rw-r--r-- | xmlscript/dtd/library.dtd | 2 | ||||
-rw-r--r-- | xmlscript/dtd/module.dtd | 2 |
4 files changed, 0 insertions, 7 deletions
diff --git a/xmlscript/dtd/dialog.dtd b/xmlscript/dtd/dialog.dtd index 1b7e6355631f..7290b8d22257 100644 --- a/xmlscript/dtd/dialog.dtd +++ b/xmlscript/dtd/dialog.dtd @@ -1,4 +1,3 @@ -<?xml version="1.0" encoding="UTF-8"?> <!-- * This file is part of the LibreOffice project. * diff --git a/xmlscript/dtd/libraries.dtd b/xmlscript/dtd/libraries.dtd index 270d89209bba..3b3b82e535b8 100644 --- a/xmlscript/dtd/libraries.dtd +++ b/xmlscript/dtd/libraries.dtd @@ -1,4 +1,3 @@ -<?xml version="1.0" encoding="UTF-8"?> <!-- * This file is part of the LibreOffice project. * @@ -33,4 +32,3 @@ library:link %boolean; #REQUIRED library:readonly %boolean; #IMPLIED > - diff --git a/xmlscript/dtd/library.dtd b/xmlscript/dtd/library.dtd index 4f1512692ad6..c0341ed545b5 100644 --- a/xmlscript/dtd/library.dtd +++ b/xmlscript/dtd/library.dtd @@ -1,4 +1,3 @@ -<?xml version="1.0" encoding="UTF-8"?> <!-- * This file is part of the LibreOffice project. * @@ -32,4 +31,3 @@ <!ATTLIST library:element library:name CDATA #REQUIRED > - diff --git a/xmlscript/dtd/module.dtd b/xmlscript/dtd/module.dtd index 5b36ac033d89..b77d62f46498 100644 --- a/xmlscript/dtd/module.dtd +++ b/xmlscript/dtd/module.dtd @@ -1,4 +1,3 @@ -<?xml version="1.0" encoding="UTF-8"?> <!-- * This file is part of the LibreOffice project. * @@ -23,4 +22,3 @@ script:name CDATA #REQUIRED script:language CDATA #REQUIRED > - |