Actions
Bug #89553
closedOpen Documents menu entries are escaped (htmlspecialchar‘ed) twice
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2019-10-30
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
7.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Reproduce:
- Activate opendocs extension
- Edit a page and add HTML special characters to the title (e.g. &,",>,<)
- Click "Open and Recently Used Documents" in top bar
If necessary close and reopen to refresh the title in the dropdown
Actual result:
HTML special character are displayed escaped to the user (which means they read as e.g. &amp;
in the source code)
Expected result:
special chars are displayed normally (thus escaped once in the source HTML)
See attached images.
Files
Actions