Can't find part of the text just under the body tag

Hello,



As our “smart government” accepted new law about cookies, each website in Slovenia now must have a warning display, informing each user that a website stores cookies.

I have placed following code in script.post.tpl


<br />
if(cdCheckCookie()) {<br />
   // BEGIN GA<br />
	var _gaq = _gaq || [];<br />
	_gaq.push(['_setAccount', 'MY GA CODE']);<br />
	_gaq.push(['_trackPageview']);<br />
	(function() {<br />
   var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;<br />
   ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';<br />
   var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);<br />
	})();<br />
  // END GA<br />
  }<br />
$(document).ready(function (){<br />
<br />
   var disclosure = '<div style="color: #CCCCCC;">text about accepting cookies?&nbsp; <a class="submit" id="epdsubmit" href="#">Accept</a></div><div><a href="" class="popup" onclick="javascript:openPopup();">more about cookies</a></div>';<br />
  cookiesDirective('bottom', 0, disclosure);<br />
  $('#cookiesdirective div a.popup').live('click', function(e ) {<br />
   e.preventDefault();<br />
  });<br />
});<br />
<br />
function openPopup() {<br />
  window.location = "http://www.mysite.com/cookies.html";<br />
}<br />

```<br />
<br />
Plus there is a .js file and some css also added.<br />
<br />
Everything works ok, with one small strange display on top that has occured.<br />
Now i get around 10px margin on the top and I can't find out the reason why. I deleted this code, css, cleared cache and the margin is still there.<br />
I have run firebug and I noticed that there is something just after the start of the body tag, but I can't find it where.<br />
<br />
this is what was added for some reason (checked with firebug) i dont know why under the body tag.<br />
[quote]&#65279;[/quote]<br />
<br />
Anyone knows where I could find this so i can delete it?<br />
Im attaching the images.<br />
<br />
Thanks,<p><a href="127.0.0.1/uploads/monthly_06_2013/post-9178-0-49368700-1371266851.jpg">slika.jpg</a></p><p><a href="127.0.0.1/uploads/monthly_06_2013/post-9178-0-46879300-1371266902.png">image001.png</a></p>