How to do that?
In html, we have the below code.
{decorator name='avatar_item' data=$comment.avatar}
I tried the below code
{decorator name='avatar_item' data=$comment.avatar|strip_tags}
to remove links from this. But this didn't work. Anybody know about it?