/ Published in: Smarty
This will replace p tag and all attributes strings with an empty string.
Expand |
Embed | Plain Text
{$text|regex_replace:"/(<p>|<p [^>]*>|<\\/p>)/":""}
You need to login to post a comment.
This will replace p tag and all attributes strings with an empty string.
{$text|regex_replace:"/(<p>|<p [^>]*>|<\\/p>)/":""}
You need to login to post a comment.