Bug #72128
closedInfobox "The current page is a folder" in sysfolder doktype is escaped
0%
Description
the infobox with a link to the list module is escaped
<p>The current page is a folder. Folders usually don't contain content elements but are used for collecting other types of records.</p><a class="btn btn-info" href="javascript:top.goToModule('web_list',1);">Go to list module</a>
Updated by Michael Oehlhof almost 9 years ago
I can't reproduce the described behavior with current master.
Updated by Claus Due almost 9 years ago
Just adding info: I exposed a similar problem in another backend module while implementing standalone fluid as dependency - it appears the TYPO3 Fluid version isn't completely predictable when it comes to escaping; what should be escaped sometimes (cause unknown) is not escaped. Maybe that got fixed elsewhere and now exposed the same problem in this other template?
For reference: https://review.typo3.org/#/c/44801/
Updated by Georg Ringer almost 9 years ago
I still can reproduce that, using PHP 5.6.11 on latest ubuntu
Updated by Markus Klein almost 9 years ago
- Status changed from Accepted to Needs Feedback
- Target version deleted (
next-patchlevel)
Can't reproduce either.
Current master, Fedora 22, PHP 5.6.16
Updated by Georg Ringer almost 9 years ago
- Status changed from Needs Feedback to Accepted
the problem occurs if there is no csc or fsc included, therefore (I guess) no parsefunc is configuried and then the HTML is completly escaped.
Updated by Georg Ringer almost 9 years ago
- Status changed from Accepted to Resolved
resolved in the meantime