Actions
Bug #25188
closedSystem News use htmlspecialchars incorrectly leading to garbled output
Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend User Interface
Target version:
-
Start date:
2011-02-26
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
The newly "System News", located on PageID 0 does wrong hsc (htmlspecialchars).
In backend RTE you enter "Text" (with surrounding quotes), and the Qutput is this:
& quot ; Text & quot ;
should be "Text"
i guess htmlspecialchars is called twice.
(issue imported from #M17778)
Actions