Actions
Bug #16639
closedWrong <Hx> tags generated in the frontend
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2006-10-11
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
This issue was tested on following systems:
Typo3 4.0 + rtehtmlarea 1.3.7
Typo3 4.0.2 + rtehtmlarea 1.3.7
Typo3 4.0.2 + rtehtmlarea 1.4.2
<Hx> are not displayed correctly in the frontend, despite the fact they are ok in the RTE and they are correctly written to DB. So it is highly possible it is not RTE error.
In database data is like that:
<h2 align="center">My Header</h2>
On the site it is transformed into:
<p><h2 align="center">My Header</h2>
</p>
It is wrapped with <p> </p> tags.
(issue imported from #M4372)
Actions