Login
or
register
Overview
Introduction
Features
Credits
License
This Wiki
Status
News
Releases
Change Log
Recent Wiki Edits
User Guide
Installation
Command Line
Using as a Module
Integration
Reporting Bugs
Advanced
Mailing List
Source Code
Test Suite
Extensions
Extensions
Writing Extensions
Available Extensions
Related Projects
Tickets
▹ 000057
Some nested lists include unnecessary p tags
Anonymous users must enter
captcha
below.
Don't put anything here
Ticket Information
Ticket Title
Consider the following example: * item 1 * * item 2-1 * item 2-2 * item 3 * * item 4-1 * item 4-2 The actual out (with extra whitespace added for clarity): <ul> <li>item 1</li> <li> <ul> <li> <p>item 2-1</p> <!-- This should not be in a p --> </li> <li> <p>item 2-2</p> <!-- neither should this --> </li> </ul> </li> <li>item 3</li> <li> <ul> <li> <p>item 4-1</p> <!-- However this is correct --> </li> <li> <p>item 4-2</p> <!-- And this is correct --> </li> </ul> </li> </ul> This is what we should be getting: <ul> <li>item 1</li> <li> <ul> <li>item 2-1</li> <!-- Much better --> <li>item 2-2</li> <!-- As is this --> </ul> </li> <li>item 3</li> <li> <ul> <li> <p>item 4-1</p> </li> <li> <p>item 4-2</p> </li> </ul> </li> </ul>
Reported by
Assigned to
Status
open
someday
resolved
closed
Resolution
n.a.
fixed
wontfix
Don't put anything here
Advanced Fields
Priority
unassigned
high
medium
low
Resolution Explanation
Component
Don't put anything here
Don't put anything here
About This Edit
Don't put anything here
Minor Edit
Edit Summary
Don't put anything here
save
preview
cancel
Powered by
Sputnik
|
XHTML 1.1