Using:
To try and set the character set to utf-8. Google still doesn't like it.
Thoughts? Prayers?
Note: doing it this way cause even as the first line after <head> all the scripts and what not put out my miva push it too far down the page. Why isn't it attached via mvt:item so this stuff can be ordered correctly.
Code:
<mvt:assign name = "l.ok" VALUE = "miva_output_header('Content-Type','text/html; utf-8')" /> <mvt:assign name = "l.ok" VALUE = "miva_output_flush()" />
Thoughts? Prayers?
Note: doing it this way cause even as the first line after <head> all the scripts and what not put out my miva push it too far down the page. Why isn't it attached via mvt:item so this stuff can be ordered correctly.
Comment