Actions
Bug #25365
closedFE rendering of RTE content deletes some empty lines
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Content Rendering
Target version:
-
Start date:
2011-03-21
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When entering an "empty" line in the RTE it's displayed correctly and after saving the content is still displayed correctly but in the FE the Line disappears.
This moslty happens when having two lists.
The code in the HTML view looks like this:
<ul>
<li>Point 1</li>
</ul>
<p> </p>
<ul>
<li>Point 2</li>
</ul>
In the FE output, the code looks like this:
<ul>
<li>Point 1</li>
</ul>
<ul>
<li>Point 2</li>
</ul>
(issue imported from #M17998)
Actions