bugUWiKiCMS - Bugs: bug #15244, <li> tag doesn't close

 
 

bug #15244: <li> tag doesn't close

Submitter:  Christian Mauduit <ufoot>
Submitted:  Mon 19 Dec 2005 08:25:11 AM UTC
   
 
Severity:  3 - Normal Priority:  5 - Normal
Status:  Postponed Privacy:  Public
Assigned to:  ufoot Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 19 Dec 2005 08:25:11 AM UTC, original submission:  

The <li> tag isn't closed in lists. That is lists look like this:

<ul>
<li>item 1
<li>item 2
</ul>

while they should be:

<ul>
<li>item 1</li>
<li>item 2</li>
</ul>

Most browsers will treat both inputs the same way, however only the second is correct XHTML 1.0.

Fixing this will probably require a heavy (if not complete...) rewrite of the content parser.

Christian Mauduit <ufoot>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

Follows 1 latest change.

Date Changed by Updated Field Previous Value => Replaced by
2005-12-19 ufoot StatusNone Postponed

Back to the top

Powered by Savane 3.13-d3ae.
Corresponding source code