diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-10-29 12:26:06 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-10-29 16:29:27 +0100 |
commit | 9b36a464dde79ae9a81ebc4d1c82f4609c8df696 (patch) | |
tree | c5daf848cbd1492e0892f3c9bccc2f99c2620b12 /helpers | |
parent | be7cb5f81c4d389fd6ff8ab1d6cb9338ccd5c61c (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.dtd | 2 |
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 |