I'm trying to show the copyright and infinity signs at the bottom of my page using this code:
© Copyright Mikle 2009 - ∞
This works perfectly in Firefox 2, 3 and Chrome. IE7 though, is showing me the actual codes (like you see above) instead of what I expect and the other browser show:
© Copyright Mikle 2009 - ∞
This is probably some stupid thing, but this is making me understand why IE is getting so much hate. How do I fix this?
Entities need a semi-colon:
©
Firefox is being incorrectly over-helpful in this case.