Google Chrome Frame doesn't work with duplicate X-UA-Compatible header.

There should only be one X-UA-Compatible header and it should have the chrome=1 part at the end, per http://www.chromium.org/developers/how-tos/chrome-frame-getting-started.

"You may recognize the X-UA-Compatible flag as the same mechanism introduced with IE 8 for controlling the rendering engine that IE uses for a particular page. In cases where GCF is not installed, the values can be combined to control IE's rendering behavior:"

    <meta http-equiv="X-UA-Compatible" content="IE=8,chrome=1">
This commit is contained in:
Brian Donovan
2010-12-14 10:37:15 -08:00
parent 003dcface0
commit 751a80afb7
@@ -10,8 +10,7 @@
Copyright __project.year__, __organization.name__ All rights reserved.
-->
<head>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7,chrome=1" />
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />