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

Olivier Hallot (via logerrit) logerrit at kemper.freedesktop.org
Thu Oct 29 15:29:49 UTC 2020


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

New commits:
commit 9b36a464dde79ae9a81ebc4d1c82f4609c8df696
Author:     Olivier Hallot <olivier.hallot at libreoffice.org>
AuthorDate: Thu Oct 29 12:26:06 2020 -0300
Commit:     Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Thu Oct 29 16:29:27 2020 +0100

    Allow note, tip and warning in tablecell element
    
    Change-Id: Ic2ac1904e2b8b8dc90e41195f53d3fd07da4db3c
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/105013
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>

diff --git a/helpers/xmlhelp.dtd b/helpers/xmlhelp.dtd
index dc3a0ca94..488e7286f 100644
--- a/helpers/xmlhelp.dtd
+++ b/helpers/xmlhelp.dtd
@@ -237,7 +237,7 @@ Version Nov 2018
   id CDATA #REQUIRED
 >
 
-<!ELEMENT tablecell (section | paragraph | comment | embed | bookmark | image | list | bascode | pycode)*>
+<!ELEMENT tablecell (section | paragraph | comment | embed | bookmark | image | list | bascode | pycode | note | warning | tip)*>
 <!ATTLIST tablecell
   colspan CDATA #IMPLIED
   rowspan CDATA #IMPLIED


More information about the Libreoffice-commits mailing list