[Libreoffice-commits] help.git: helpers/xmlhelp.dtd

Olivier Hallot (via logerrit) logerrit at kemper.freedesktop.org
Mon Feb 17 19:16:42 UTC 2020


 helpers/xmlhelp.dtd |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fe4e52a549628960e520bb0ef7fea0cca14911fe
Author:     Olivier Hallot <olivier.hallot at libreoffice.org>
AuthorDate: Mon Feb 17 12:53:57 2020 -0300
Commit:     Olivier Hallot <olivier.hallot at libreoffice.org>
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 <olivier.hallot at libreoffice.org>

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


More information about the Libreoffice-commits mailing list