[BUGFIX] Remove double encoding and improve template
The contents of the column "Record" in the Recycler are escaped/encoded twice with htmlspecialchars. This leads to the display of & when the text contains an ampersand. Additionally some spacing was added next to the user avatar in the collapsed row. Resolves: #92857 Releases: main, 11.5 Change-Id: I131710895ecf7ea7ac36e26ba376853f666bdb9d Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/74065 Tested-by:core-ci <typo3@b13.com> Tested-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/recycler/Classes/Controller/RecyclerAjaxController.php 3 additions, 3 deletions...xt/recycler/Classes/Controller/RecyclerAjaxController.php
- typo3/sysext/recycler/Resources/Private/Partials/RecordsTable/DeletedRecord.html 6 additions, 5 deletions...esources/Private/Partials/RecordsTable/DeletedRecord.html
Please register or sign in to comment