Project

General

Profile

Actions

Bug #67430

closed

RTE added empty p tags if nested lists are used

Added by Patrick Lenk about 9 years ago. Updated about 9 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
Start date:
2015-06-12
Due date:
% Done:

0%

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

Description

RTE added empty p tags if tested lists are used.
The empty p tags are not visible in the RTE, only in frontend.

Source with nested list (default TS):


<ul>
<p class="bodytext"></p>
<li>Point 1</li>
<li>Point 2</li>
<li>Point 3 with sub
<p></p>
<ul>
<li>Sub 1</li>
<li>Sub 2</li>
</ul>
<p class="bodytext"></p>
</li>
<p></p>
</ul>

Source without nested list (default TS):


<ul>
<li>Point 1</li>
<li>Point 2</li>
<li>Point 4</li>
<li>Point 5</li>
<li>Point 6</li>
</ul>

Actions

Also available in: Atom PDF