Ticket #135 (assigned enhancement)
Unable to add containers to list items
| Reported by: | danspam | Owned by: | mr_lundis |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.0 |
| Component: | editor | Version: | trunk |
| Keywords: | lists, blocks | Cc: |
Description
It does not seem possible to add a container inside a list item (li) even though it is valid xhtml. For example:
<ul>
<li>
<h3>My title</h3>
<p>A description</p>
</li>
<li>
<h3>Another title</h3>
<p>A description</p>
</li>
</ul>
Change History
Note: See
TracTickets for help on using
tickets.