Actions
Bug #29409
closedField labels in Web > List not html escaped
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2011-09-01
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If you select a field of a table for display in Web > List and it contains special characters like "<" or ">", the output is messed up. For example the extension tq_seo adds a field to pages with the label "<title>-TAG (absolute, overwrites prefix/suffix)". If you select this field for output, the "<title>" is treated as html tag so every code after this "tag" does not show up in the output.
Please have a look at the attached patch which will resolve this issue.
Files
Actions