Ticket #139 (closed defect: fixed)
Nested lists break validation
| Reported by: | Massimiliano | Owned by: | |
|---|---|---|---|
| Priority: | critical | Milestone: | 0.4.1 |
| Component: | Habari Core Software | Version: | SVN |
| Keywords: | validation, has_patch | Cc: |
Description
Habari creates a new paragraph in the line after every </ol> and </ul>. Writing nested lists, it breaks validation.
Input:
<ul>
<li>Item 1
<ul>
<li>A
<li>B
</ul>
<li>Item 2
<ul>
<li>C
<li>D
</ul>
</ul>
Output:
<ul>
<li>Item 1
<ul>
<li>A
<li>B
</ul>
<p><li>Item 2</p> <---
<ul>
<li>C
<li>D
</ul>
<p></ul></p> <---
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
