Fixed #520: disabled IE8 compatibility mode.

This commit is contained in:
Dario Solera 2010-03-30 12:03:54 +00:00
parent 179931e876
commit cf537274b4
6 changed files with 8 additions and 4 deletions

View file

@ -16,5 +16,5 @@ using System.Reflection;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("3.0.2.520")] [assembly: AssemblyVersion("3.0.2.521")]
[assembly: AssemblyFileVersion("3.0.2.520")] [assembly: AssemblyFileVersion("3.0.2.521")]

View file

@ -4,10 +4,12 @@
<html xmlns="http://www.w3.org/1999/xhtml" > <html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server"> <head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Administration</title> <title>Administration</title>
<link rel="shortcut icon" href="Images/Icon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="Images/Icon.ico" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="Themes/Admin.css" /> <link rel="stylesheet" type="text/css" href="Themes/Admin.css" />
<link rel="stylesheet" type="text/css" href="Themes/Editor.css" /> <link rel="stylesheet" type="text/css" href="Themes/Editor.css" />
<meta http-equiv="X-UA-Compatible" content="IE=8" />
<asp:Literal ID="lblJS" runat="server" EnableViewState="false" /> <asp:Literal ID="lblJS" runat="server" EnableViewState="false" />
<asp:ContentPlaceHolder ID="head" runat="server" /> <asp:ContentPlaceHolder ID="head" runat="server" />
</head> </head>

View file

@ -5,6 +5,7 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server"> <head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=8" />
<title runat="server">Title</title> <title runat="server">Title</title>
</head> </head>
<body> <body>

View file

@ -1,7 +1,7 @@
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
// <auto-generated> // <auto-generated>
// This code was generated by a tool. // This code was generated by a tool.
// Runtime Version:2.0.50727.3053 // Runtime Version:2.0.50727.4927
// //
// Changes to this file may cause incorrect behavior and will be lost if // Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated. // the code is regenerated.

View file

@ -5,6 +5,7 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server"> <head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=8" />
<title>Title</title> <title>Title</title>
</head> </head>

View file

@ -1,7 +1,7 @@
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
// <auto-generated> // <auto-generated>
// This code was generated by a tool. // This code was generated by a tool.
// Runtime Version:2.0.50727.3074 // Runtime Version:2.0.50727.4927
// //
// Changes to this file may cause incorrect behavior and will be lost if // Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated. // the code is regenerated.