Adding the X-UA-Compatible meta tag back into TheAdmin theme's Layout.cshtml

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2011-02-26 08:20:11 -08:00
parent 944bc02076
commit a04173a43b

View File

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