Ticket #1900 (closed defect: fixed)
Missing New line after </ul> or </ol> after wiki conversion
Reported by: | bruno | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 2.6.2 |
Component: | module:clearbricks | Version: | 2.6.1 |
Severity: | normal | Keywords: | |
Cc: |
Description
When converting items lists to html, no new line is added after the closing tag for list.
Side effect : if a macro (/) is called just after a list item, the macro won't be interpreted, leaving ugly #####MACRO#*# in output text. Explanation : the macro engine keeps all macro in an internal table, putting in the code a tracker tag ###MACRO#[macro id]#, and reinjects the macro processed code into the text based on this tag. However, the last process requires the "MACRO" tag to take place at a new line, which is not the case if the text preceding the macro is a list item.
Change History
comment:4 Changed 12 years ago by Dsls
(In [70a1a8f470d6]) Updated clearbricks 0.8 for dc 2.6.2, see #1900
Note: See
TracTickets for help on using
tickets.
(In [7d3fd20567c0]) Fix li/ol issue with macros (from clearbricks commit). closes #1900