6 ms·
What's your OS? Here's how it looks to me: http://twitpic.com/69kqzg http://twitpic.com/69kqzg Mac OS X 10.6.8 / Google Chrome 13.0.782.112
by greengarstudios 15y ago
What's your OS? Here's how it looks to me:
http://twitpic.com/69kqzg http://twitpic.com/69kqzg
Mac OS X 10.6.8 / Google Chrome 13.0.782.112
- cedsav 15y agoFirefox 6 seems to ignore the encoding declaration in the xml prolog. Setting a content-type meta tag should fix this (or setting the encoding in the http headers). <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
- yuhong 15y agoThat is because text/html content is not actually parsed as XML.