From a04173a43b98303156b32400889d73530982f8da Mon Sep 17 00:00:00 2001 From: Nathan Heskew Date: Sat, 26 Feb 2011 08:20:11 -0800 Subject: [PATCH] Adding the X-UA-Compatible meta tag back into TheAdmin theme's Layout.cshtml --HG-- branch : dev --- src/Orchard.Web/Themes/TheAdmin/Views/Layout.cshtml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Orchard.Web/Themes/TheAdmin/Views/Layout.cshtml b/src/Orchard.Web/Themes/TheAdmin/Views/Layout.cshtml index c685cdd07..db35faff6 100644 --- a/src/Orchard.Web/Themes/TheAdmin/Views/Layout.cshtml +++ b/src/Orchard.Web/Themes/TheAdmin/Views/Layout.cshtml @@ -6,6 +6,7 @@ @using Orchard.ContentManagement; @{ + SetMeta("X-UA-Compatible", "IE=edge,chrome=1"); Style.Include("site.css?v=1.1"); Style.Include("ie.css").UseCondition("lte IE 8").SetAttribute("media", "screen, projection"); Style.Include("ie6.css").UseCondition("lte IE 6").SetAttribute("media", "screen, projection");