helpers/xmlhelp.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit fe4e52a549628960e520bb0ef7fea0cca14911fe Author: Olivier Hallot <[email protected]> AuthorDate: Mon Feb 17 12:53:57 2020 -0300 Commit: Olivier Hallot <[email protected]> CommitDate: Mon Feb 17 20:16:23 2020 +0100 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 <[email protected]> diff --git a/helpers/xmlhelp.dtd b/helpers/xmlhelp.dtd index 7e508cdc5..6a9282dc8 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 _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
