Hello,
I am trying to put an ad code in my site in global header footer mod..
in the code somewhere there is §ion which is getting replaced by §ion automatically.. why ?
Make sure there aren't any semicolons after "sect". The HTML entity code for the section sign is § ; (no spaces - I did that to prevent SMF from turning it into a section sign).
I used &section instead of §ion and it worked :)