I was debugging a new part to our site and couldn't figure out why I was getting a weird bug (just some white space issues not a biggie) when I noticed in IE it's telling it to render as ie7, as we're trying to use newer code on the site, such as dabbling in html5, and as less then 5% of our traffic use ie7 I figure its safe to ditch this in favor of ie8/9 compatibility. I also noticed when I swapped the document mode to ie8 the issue I was working on went away.
I'm sure a lot of people can relate to building new content that works fine in everything except IE so I'm hoping outputting as at least the latest version it can will make some of this easier. The problem is the code that forces ie7 is coming from jdoc:include type=head and I don't know how to edit what it pulls through.
Website http://www.webchild.com.au
Code that brings in head
<jdoc:include type="head" />
Unwanted code that is coming through
<meta http-equiv="X-UA-Compatible" content="EmulateIE7">
We are running a site off Joomla 1.5 using a heavily modified template which I don't know where the previous dev got from.