Ticket #4790 (new defect)
a blockquote after a list gets nested into two <blockquote> tags
| Reported by: | Gary Wilson <gary.wilson@…> | Owned by: | cboos |
|---|---|---|---|
| Priority: | high | Milestone: | 0.13 |
| Component: | wiki system | Version: | |
| Severity: | normal | Keywords: | blockquote paragraph |
| Cc: | gary.wilson@… |
Description
This text:
a list: * item 1 * item 2 a blockquote after a list
turns into:
<p> a list: </p> <ul><li>item 1 </li><li>item 2 </li></ul><blockquote> <blockquote> <p> a blockquote after a list </p> </blockquote> </blockquote>
Same thing happens for a blockquote following a blockquote following a list:
a list: * item 1 * item 2 a blockquote after a list a blockquote after a blockquote after a list
turns into:
<p> a list: </p> <ul><li>item 1 </li><li>item 2 </li></ul><blockquote> <blockquote> <p> a blockquote after a list </p> </blockquote> </blockquote> <blockquote> <blockquote> <p> a blockquote after a blockquote after a list </p> </blockquote> </blockquote>
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


