Actions
Bug #88514
closedInline image record title is doubly escaped
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Running TYPO3 9.5.7.
Steps to reproduce:- On a TYPO3 page, add a new "Images Only" content element.
- In the "Images" tab, add a new image and give it the title "<".
- Save.
Expected behavior:
The inline record in the "Images" tab shows "<" after "Title" in the inline record's header.
Actual behavior:
After "Title", "<" is displayed. Screenshot attached.
InlineRecordContainer::renderForeignRecordHeader is passed HTML in $data['recordTitle'], which it then escapes again.
TYPO3 6.2 is affected as well, so probably all versions in between are too.
Files
Actions