I have a snippet called ‘encodeHTMLchars’ that looks like this:
{exp:tagstripper:tagsToStrip escapeHTMLchars='true'}This snippet needs to wrap some content:
{encodeHTMLchars}something & something{/encodeHTMLchars}However I can’t just close encodeHtmlchars like that. Instead I have to define another snippet with the closing tag in it.
Is there a way around this or is that pretty much the standard?
EE2 v2.1.3