[BUGFIX] Remove double escaping in template module
The information of a template (title, site title, description) is already escaped by using fluid. Therefore the htmlspecialchars() must be removed in the controller. This is a fix of the regression of the fluidification of #75031. Resolves: #79424 Releases: master Change-Id: Iead09ee8f8f0256eee10c2585408d549dbe5c44c Reviewed-on: https://review.typo3.org/51391 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com>
Showing
- typo3/sysext/tstemplate/Classes/Controller/TypoScriptTemplateInformationModuleFunctionController.php 3 additions, 3 deletions...TypoScriptTemplateInformationModuleFunctionController.php
- typo3/sysext/tstemplate/Resources/Private/Templates/InformationModule.html 1 addition, 1 deletion...mplate/Resources/Private/Templates/InformationModule.html
Please register or sign in to comment