diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-02-17 12:53:57 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-02-17 20:16:23 +0100 |
commit | fe4e52a549628960e520bb0ef7fea0cca14911fe (patch) | |
tree | caf0d5115848ceae0d19b62fc5f1708bb419cbcc /helpers | |
parent | 43d879530fbcb1d073dc35627fa6c45d54aeb64a (diff) |
Extend DTD to hold characters tags in <ahelp>
Change-Id: Ie8eafde9e943ec28dfbe9bc9fc282b0f934f9b4a
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/88868
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
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 7e508cdc5f..6a9282dc8e 100644 --- a/helpers/xmlhelp.dtd +++ b/helpers/xmlhelp.dtd @@ -26,7 +26,7 @@ Version Nov 2018 Added extensions: H1, .. H6, menuitem, keycode, literal input, widget, note, tip, warning --> -<!ELEMENT ahelp (#PCDATA | embedvar | br | comment | emph | sub | sup | item | link | switchinline | variable)*> +<!ELEMENT ahelp (#PCDATA | embedvar | br | comment | emph | menuitem | widget | keycode | input | literal | sub | sup | item | link | switchinline | variable)*> <!ATTLIST ahelp hid CDATA #REQUIRED visibility (hidden | visible) #IMPLIED |