helpers/xmlhelp.dtd | 2 +- source/text/shared/05/err_html.xhp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit 23ad83d4896c48c351d50ec7daaffff85b801c55 Author: Olivier Hallot <olivier.hal...@libreoffice.org> AuthorDate: Sat Jan 6 18:58:51 2024 -0300 Commit: Olivier Hallot <olivier.hal...@libreoffice.org> CommitDate: Sun Jan 7 00:31:08 2024 +0100 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.hal...@libreoffice.org> 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>