helpers/xmlhelp.dtd |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e2388e894212c7be710371c589263c45e994a304
Author:     Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
AuthorDate: Mon Dec 19 11:54:48 2022 +0100
Commit:     Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
CommitDate: Mon Dec 19 16:52:10 2022 +0000

    set id attribute from paragraphs as type ID for uniqueness constraint
    
    so that the xmllint job on jenkins can detect those
    
    Change-Id: I45058e114fbce907cb4fc26ec5a8d06974eb8145
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144465
    Tested-by: Jenkins
    Reviewed-by: Christian Lohmaier <lohmaier+libreoff...@googlemail.com>

diff --git a/helpers/xmlhelp.dtd b/helpers/xmlhelp.dtd
index 99eac47f9b..cf15dcd4a0 100644
--- a/helpers/xmlhelp.dtd
+++ b/helpers/xmlhelp.dtd
@@ -203,7 +203,7 @@ Version Nov 2018
 <!ATTLIST paragraph
   role CDATA #REQUIRED
   level CDATA #IMPLIED
-  id CDATA #REQUIRED
+  id ID #REQUIRED
   l10n CDATA #IMPLIED
   xml-lang CDATA #IMPLIED
   oldref CDATA #IMPLIED

Reply via email to