summaryrefslogtreecommitdiff
path: root/helpers
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2020-10-29 12:26:06 -0300
committerOlivier Hallot <olivier.hallot@libreoffice.org>2020-10-29 16:29:27 +0100
commit9b36a464dde79ae9a81ebc4d1c82f4609c8df696 (patch)
treec5daf848cbd1492e0892f3c9bccc2f99c2620b12 /helpers
parentbe7cb5f81c4d389fd6ff8ab1d6cb9338ccd5c61c (diff)
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@libreoffice.org>
Diffstat (limited to 'helpers')
-rw-r--r--helpers/xmlhelp.dtd2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/xmlhelp.dtd b/helpers/xmlhelp.dtd
index dc3a0ca94a..488e7286f8 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