Ticket #302 (closed defect: fixed)
Nested lists are rendered incorrectly
| Reported by: | JeremyRuston | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.3 |
| Component: | core | Version: | |
| Severity: | medium | Keywords: | |
| Cc: |
Description
As discussed here, TiddlyWiki renders nested lists incorrectly.
<ul>
<li>level 1, item 1</li>
<ul>
<li>level 1, item 1</li>
</ul>
</ul>
However, correct would be the following:
<ul>
<li>level 1, item 1
<ul>
<li>level 1, item 1</li>
</ul>
</li>
</ul>
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

