Bug #16612
closedPage Module displays nbsp instead of just a space
0%
Description
If you open the page module and select a page, there might be some nbsp characters in your text. Those nbsp are just displayed as raw source code. Instead they should be converted into normal spaces. Currently it does not look nicely.
It would be better, if TYPO3 could check for that and display a real space.
Same for quot (") signs.
(issue imported from #M4314)
Updated by Chris topher over 14 years ago
Still present in 4.4.
I also have this problem with html tags like <font face....>.
In the RTE:
<font face="Times New Roman" size="3"></font>
Preview in Page Module:
face="Times
Updated by Alexander Opitz over 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0)
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Chris topher over 11 years ago
- Status changed from Needs Feedback to Closed
Resolved in 6.1. Neither encoded quotes or nbsp signs, nor HTML tags are incorrectly displayed in the page module now.