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

Olivier Hallot (via logerrit) logerrit at kemper.freedesktop.org
Mon Jun 22 13:19:53 UTC 2020


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

New commits:
commit b879ee14934fbabf8d4320f53f913011d7622947
Author:     Olivier Hallot <olivier.hallot at libreoffice.org>
AuthorDate: Mon Jun 22 08:53:43 2020 -0300
Commit:     Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Mon Jun 22 15:19:29 2020 +0200

    Improve/fix DTD for note, tip, warning in lists
    
    Change-Id: Id219ece5bd20028a4ae3049580cc74e44ef4cc6b
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/96848
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>

diff --git a/helpers/xmlhelp.dtd b/helpers/xmlhelp.dtd
index 6a9282dc8..dc3a0ca94 100644
--- a/helpers/xmlhelp.dtd
+++ b/helpers/xmlhelp.dtd
@@ -178,7 +178,7 @@ Version Nov 2018
   sorted (asc | desc) #IMPLIED
 >
 
-<!ELEMENT listitem (comment | section | paragraph | table | switch | embed | bookmark)*>
+<!ELEMENT listitem (comment | section | paragraph | table | switch | embed | bookmark | note | tip | warning)*>
 <!ATTLIST listitem
   format (1 | i | I | a | A) #IMPLIED
   bullet (disc | circle | square) #IMPLIED


More information about the Libreoffice-commits mailing list