Opened 15 years ago
Closed 15 years ago
#1235 closed Bugs (fixed)
Admonitions produce invalid nested <para> in DocBook XML
Reported by: | Owned by: | Joel de Guzman | |
---|---|---|---|
Milestone: | To Be Determined | Component: | quickbook |
Version: | Boost 1.34.1 | Severity: | Problem |
Keywords: | Cc: |
Description
The current trunk version of Quickbook produces invalid Docbook XML for admonitions, e.g. [note ...], [important ...]. The output for the admonitions contains a <para> tag immediately nested within a <para>, which is invalid according according to http://www.docbook.org/tdg/en/html/para.html
The obvious fix is to remove one of the <para> </para> pairs.
Note:
See TracTickets
for help on using tickets.