Bug #16970
closedWrong rendering of <PRE>
0%
Description
HTML source of the page content contains the following code:
This is example for the code. First row. Second row. <SOME TAG>
Correct rendering should leave this code "as it is" in output HTML.
With default configuration, Typo3 renders it inappropriately. The output HTML is:
</p> <p>This is example for the code. </p> <p>First row. </p> <p>Second row. </p> <p><SOME TAG> </p> <p>
Patch:
Open /typo3/sysext/css_styled_content/static/setup.txt
- Add "pre" to lib.parseFunc_RTE.externalBlocks
- Remove "pre" from
lib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.encapsTagList
(issue imported from #M4961)
Updated by Alexander Opitz over 11 years ago
- Status changed from Accepted to Needs Feedback
- Target version deleted (
0) - TYPO3 Version set to 4.1
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Riccardo De Contardi over 11 years ago
It is still present in 4.5.20 and 6.1.0,
but...can this be considered a bug, or is it merely a customization of the behavior of RTE?
Updated by Alexander Opitz about 11 years ago
- Assignee deleted (
Martin Kutschker) - Is Regression set to No
No feedback from author for over 90 days, using TS to configure this behavior is the way to go.
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to Closed