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
Updated by Gerrit Code Review about 5 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62161
Updated by Felix Althaus almost 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset be650b8c97b07bca46c8761efc67517a855bbd88.
Actions