Unwanted line when adding snippet

Hi there

Lately I’ve noticed that when adding a snippet I get an unwated space on my layout.

It looks like:

“&”#65279;

   "

Any ideas?

What do you mean by “adding a snippet”? When referencing a snippet in a template?

Yes, when I add any <?php snippet('XXXX') ?> to any part of my template.

If you access http://www.conhecendotodomundo.com.br/nova you will see a grey space at the top, which comes for the “header” snippet being added to the template.

Any ideas?

I’ve fixed it by changing encoding from UTF8 to UTF8 without BOM.

Regards

Thanks!! You saved afternoon! I knew it’s a UTF-8 interpreted space, but could not find it. No BOM!