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
Actions