diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-06-22 08:53:43 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-06-22 15:19:29 +0200 |
commit | b879ee14934fbabf8d4320f53f913011d7622947 (patch) | |
tree | 729e46883048b820d70804ca7d53101aadd41a87 /helpers | |
parent | d2fe8fae9d249659c389e374a253072ae92506ae (diff) |
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@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 6a9282dc8e..dc3a0ca94a 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 |