hi, while working on templates weird problem occured:
when templates are being rendered (i guess), in code, right before the doctype, strange character is being placed. I call it "strange" because if I select it, copy it and try to paste nothing is pasted. This "dot" is seen only if I do "view source" in webkit browsers.
now, layout breaks.
while checking rendered code in internet explorer web developer toolbar, I've seen that also doctype is pasted within body tag, so I have an impression that both, opening and closing, head tags are somehow being ignored. (i've checked it now and yes, If I take out opening and closing head tags from my template, that is exactly what happens).
this is rendered code in ie web developer toolbar: http://i48.tinypic.com/noby81.gif
please help!