Actions
Bug #81124
closedTitle HTML shown for references in element information
Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend User Interface
Target version:
Start date:
2017-05-03
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Yes
Sprint Focus:
Description
If there is a reference to an element with a very long title, it is outputted like <span title="Original very long title">Original ...</span>
.
However, HTML is escaped in the element information, thus the code is shown as is. It should be stripped in ElementInformationController::makeRef()
just like in ElementInformationController::getPageTitle()
.
Actions