Bug #19665
closedIndentation set with div section in htmlArea RTE renders not valid inFE
0%
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)
Updated by Werner Trunk almost 16 years ago
sorry didnt know that i have to encode source
valid source in RTE:
< div class="indent" >< p >some text< br / >lorem< /p ><br>
< p >ipsum< /p ><br>
< p >lorem< /p >< /div ><br>
renders to:
<br>
< div class="indent" >< p >some text< br / >lorem< /p ><br>
< p >ipsum< /p ><br>
< p >lorem< /div >< /p ><br>
<br>
doesn't help too, so how to submit html source samples ?
done with spaces.
Updated by Susanne Moog over 15 years ago
I just tried to reproduce this with the current trunk version of TYPO3 and could not. If I enter the example HTML above into the RTE it gets rendered like that in the frontend.
Updated by Alexander Opitz over 11 years ago
- Status changed from New to Closed
- Target version deleted (
0) - TYPO3 Version set to 4.2
No response in over one year => closed.