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");