projects / org / ezproject2010 / strip_except
Find the Exponential Software extensions you want
UNIX name | Owner | Status |
---|---|---|
strip_except | Steven E. Bailey | stable |
Version | Compatible with |
---|---|
Version 1.0 | 4.x |
The strip_except template operator allows use of the second parameter of strip_tags to not strip some tags.
such as:
{$article_node.data_map.intro.content.output.output_text|strip_except("<a><b><i>")}
Note: non-self-closing html tags are incompatible with the shorten template operator. See the smartshort template operator for more information.