Probably something to do with your encoding, are you using utf-8 or iso-8859, and which version of WP? A URI would be useful.
Thread Starter
Anonymous
I don´t know the encoding i´m using >_<. That happens on some post, but there is one:
http://www.nn45.com/blog/a-log.php?p=54
In the start, you can look the !!! aren´t displayed.
So I did a view source on your index page to see the encoding:
<META NAME=”charset” CONTENT=”ISO-8859-1″>
Try changing to utf-8, if you’re running WP1.2, that will probably fix it. But it might mess up some of your other stuff that is not coming out of WP, if that’s in 8859-1.
You might also want to check your syntax, I had no idea that an html with 3 body tags is even possible to display…