helpers/xmlhelp.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit b879ee14934fbabf8d4320f53f913011d7622947 Author: Olivier Hallot <[email protected]> AuthorDate: Mon Jun 22 08:53:43 2020 -0300 Commit: Olivier Hallot <[email protected]> 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 <[email protected]> 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 _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
