Actions
Bug #95567
closedHTML code displayed since 7.6.53
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2021-10-11
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Since 7.6.53 several HTML-Tags like <font> or <noscript> are not interpreted but put out on the screen. This applies when the HTML is put into an HTML content element.
Example:
<noscript> <img src="fileadmin/uploads/media/grafiken/content/Produktseite.png" width="600" height="242" alt="kostenlos"> </noscript>
I think it could be related to this changelog entry:
2021-08-10 084b01c64e [SECURITY] Ensure XSS-safe rich text rendering (thanks to Oliver Hader)
Actions