I'm currently working on a customer website and stumbled on this strange error, given the HTML:
<p> </p>
<p>
<span class="indentLeft">
REDACTED A/S har hovedsæde i Århus (foto).
</span>
</p>
Internet Explorer 9 will show the following:
Now, to begin with I thought it was an encoding issue, except IE7,IE8, firefox, chrome and safari shows it correctly.
So my question really is... is there something new in Internet Explorer 9 that I'm not aware of, some header of some kind that makes it display HTML entities, or is it my server side encoding?
I tried forcibly changing encodings in IE9 with no luck so I'm back to square one.