-
Heh, I had to change my site back to text/html from application/xhtml+xml because my stats package (Mint) stopped working. It uses all sorts of JavaScript… you’d think the developer would know better (apparently he did it in JS to stop referrer spam and all that), but I paid for it before I worried about correct MIME types so I guess I’m a bit stuck.
Hmmm. -
It also breaks blogrolls… oh well.

-
It’s broken a couple of your articles too… I was looking at this one and it threw me an XML parsing error

-
Ah crap. [lol]
There’s so much de-encoding and re-encoding going on in the post formatting… too much patching, not enough re-writing from scratch.
Though I did think I stripped all PHP tags, and run
htmlentities(), so… hrm.