diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2022-12-19 11:54:48 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2022-12-19 16:52:10 +0000 |
commit | e2388e894212c7be710371c589263c45e994a304 (patch) | |
tree | de38842afc83b2e16557a4cc21ff5b3a9ffb1248 /helpers | |
parent | b91a0a30115e414982bd4b3f710e0218661b4e18 (diff) |
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+LibreOffice@googlemail.com>
Diffstat (limited to 'helpers')
-rw-r--r-- | helpers/xmlhelp.dtd | 2 |
1 files changed, 1 insertions, 1 deletions
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 |