Actions
Feature #17704
closedRemove htmlspecialchars & strip_tags from hardcoded function
Start date:
2007-10-19
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.1
Tags:
Complexity:
Sprint Focus:
Description
Remove the htmlSpecialChars & strip_tags functions from function getAltParam() inside class.tslib_content.php and make it with TS
I suggest to set stripHtml to 0 to because there is no security issue (with htmlspecialchars = 1) and it would allow tags by default but I am also ok with = 1
tt_content.image.20.1.altText.stripHtml = 0
tt_content.image.20.1.altText.htmlSpecialChars = 1
(issue imported from #M6553)
Files
Updated by Georg Ringer about 17 years ago
Of course also
tt_content.image.20.1.titleText.stripHtml = 0
tt_content.image.20.1.titleText.htmlSpecialChars = 1
Updated by Ingmar Schlecht about 17 years ago
Committed to trunk and TYPO3_4-1. Will be fixed in 4.1.3.
Actions