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)
Updated by Alexander Opitz over 10 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0) - Is Regression set to No
Hi,
as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (6.2.3)?
Updated by Alexander Opitz over 10 years ago
- Category set to Backend User Interface
- Status changed from Needs Feedback to New
- Assignee set to Alexander Opitz
Updated by Alexander Opitz over 10 years ago
- Status changed from New to Accepted
Updated by Gerrit Code Review over 10 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/30642
Updated by Gerrit Code Review over 10 years ago
Patch set 1 for branch TYPO3_6-1 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/30690
Updated by Alexander Opitz over 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 43e5e4cc9138b524580d9b138be776ddbc040cf9.
Actions