Project

General

Profile

Actions

Bug #19665

closed

Indentation set with div section in htmlArea RTE renders not valid inFE

Added by Werner Trunk over 15 years ago. Updated about 11 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Content Rendering
Target version:
-
Start date:
2008-11-29
Due date:
% Done:

0%

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

Description

in typo3 4.2.3
Correct Source in BE rte source view:
...
<div class="indent"><p>some text<br />lorem</p>
<p>ipsum</p>
<p>lorem</p></div>
...
renders to invalid html in FE:
...
<div class="indent"><p>some text<br />lorem</p>
<p>ipsum</p>
<p>lorem</div></p>
...
This looks ok in the browser but throws a lot off errors on validation.
Page Doctype is XHTML 1.0 Transitional

look also simular issue 0009261
(issue imported from #M9866)

Actions

Also available in: Atom PDF