From 751a80afb7791175f1f56a4853e5716ba06270e2 Mon Sep 17 00:00:00 2001 From: Brian Donovan Date: Tue, 14 Dec 2010 10:36:50 -0800 Subject: [PATCH] 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:" --- Tools/capp/Resources/Templates/Application/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Tools/capp/Resources/Templates/Application/index.html b/Tools/capp/Resources/Templates/Application/index.html index 1e7c7527b..6bad5fc03 100644 --- a/Tools/capp/Resources/Templates/Application/index.html +++ b/Tools/capp/Resources/Templates/Application/index.html @@ -10,8 +10,7 @@ Copyright __project.year__, __organization.name__ All rights reserved. --> - - +