Project

General

Profile

Actions

Bug #14957

closed

Lists are not XHTML compatible

Added by Markus Walter almost 19 years ago. Updated almost 18 years ago.

Status:
Closed
Priority:
Should have
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2005-09-08
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

When I want to create Lists with a second level, the produced HTML-Code is not XHTML-compatible:

The output is:
<ul><li>item1</li><li>item2</li><ul><li>item3</li><li>item4</li></ul><li>item5</li></ul>

correct would be
<ul><li>item1</li><li>item2<ul><li>item3</li><li>item4</li></ul></li><li>item5</li></ul>

(issue imported from #M1434)


Files

list.txt (307 Bytes) list.txt Administrator Admin, 2005-09-12 11:47
Actions

Also available in: Atom PDF