Actions
Feature #38668
closedAdd allowed tags to stripHtml
Status:
Rejected
Priority:
Should have
Assignee:
Category:
TypoScript
Target version:
Start date:
2012-07-05
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
stripHtml uses the function strip_tags and it has as optional param allowed tags.
http://php.net/manual/en/function.strip-tags.php?beta=1
-> A situiation for useful use.
if you want to stip all html, but keep a few tags like <sup> are needed for TM (R) or such stuff.
Actions