summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2024-01-06 18:58:51 -0300
committerOlivier Hallot <olivier.hallot@libreoffice.org>2024-01-07 00:31:08 +0100
commit23ad83d4896c48c351d50ec7daaffff85b801c55 (patch)
treebd0af19c2addde4a2c74acfd174b2bac77b08464
parentb3f698f85e18a09f6944f1f4083498496a1a8ba5 (diff)
Allow help-id-missing to be clipboarded
Change-Id: I32b6e24d9d1d1f281449d49bfc5a707801e4d016 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/161732 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r--helpers/xmlhelp.dtd2
-rw-r--r--source/text/shared/05/err_html.xhp2
2 files changed, 2 insertions, 2 deletions
diff --git a/helpers/xmlhelp.dtd b/helpers/xmlhelp.dtd
index cf15dcd4a0..82c968f02d 100644
--- a/helpers/xmlhelp.dtd
+++ b/helpers/xmlhelp.dtd
@@ -107,7 +107,7 @@ Version Nov 2018
<!ELEMENT keycode (#PCDATA)>
-<!ELEMENT input (#PCDATA)>
+<!ELEMENT input (#PCDATA | help-id-missing)*>
<!ELEMENT literal (#PCDATA)>
diff --git a/source/text/shared/05/err_html.xhp b/source/text/shared/05/err_html.xhp
index db86437b7b..9e00c84ba0 100644
--- a/source/text/shared/05/err_html.xhp
+++ b/source/text/shared/05/err_html.xhp
@@ -41,6 +41,6 @@
<paragraph role="paragraph" id="par_id761592239118086">Use the Module, Contents, Index and Search selectors to find the right page.</paragraph>
<paragraph role="paragraph" id="par_id971592240070356">The following data could be helpful in locating the error:</paragraph>
-<paragraph role="paragraph" id="par_id3143268">Help ID: <emph><help-id-missing/></emph></paragraph>
+<paragraph role="paragraph" id="par_id3143268">Help ID: <input><help-id-missing/></input></paragraph>
</body>
</helpdocument>