mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Adding the X-UA-Compatible meta tag back into TheAdmin theme's Layout.cshtml
--HG-- branch : dev
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user