Quote:
Originally Posted by Rob F
Same issue here
Reverted the header twice, found code, replaced, and when I clicked Save (or Save & Reload) got the invalid_tag_nesting error.
Anyone any ideas?
|
Did you try doing this alteration on a completely untouched header template? If you only edit the parts mentioned, it should work fine. The error code you mention happens when you have an if condition not closed properly (a <vb:if... exists but no </vb:if> to close it, or vice versa, etc). Just find where a vb:if isn't closed, or if it has a vb:else statement thats closed properly