Has anybody come across this, or can shed any light on it?
On my module, the template parser seems to be cutting off all the {/if} tags from my template - breaking the logic…
so…
{if 1 == 1}gfgdfgggd{/if}
becomes
{if 1 == 1}gfgdfgggd
breaking the template. Is this a common issue?