Actions
Bug #91424
closedDouble and single quotes shown as htmlentities in page tree tooltip
Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend User Interface
Target version:
Start date:
2020-05-18
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
- First create a page called Parent
- Now create a child page of the page with double quotes in the title like "Child page"
- Change page Parent to type Shortcut with the child page as target.
Now go to the page tree and hover over Parent. The tooltip will look like:
id=28 - Shortcut to page "Child page" (id=726)
because htmlspecialchars() is called twice on the tooltip string
Files
Actions