From cf537274b44ec7f3426ca7620daead37a6a26a79 Mon Sep 17 00:00:00 2001 From: Dario Solera Date: Tue, 30 Mar 2010 12:03:54 +0000 Subject: [PATCH] Fixed #520: disabled IE8 compatibility mode. --- AssemblyVersion.cs | 4 ++-- WebApplication/Admin.master | 2 ++ WebApplication/MasterPage.master | 1 + WebApplication/MasterPage.master.designer.cs | 2 +- WebApplication/MasterPageSA.Master | 1 + WebApplication/MasterPageSA.Master.designer.cs | 2 +- 6 files changed, 8 insertions(+), 4 deletions(-) diff --git a/AssemblyVersion.cs b/AssemblyVersion.cs index 3baaf7d..5287ccf 100644 --- a/AssemblyVersion.cs +++ b/AssemblyVersion.cs @@ -16,5 +16,5 @@ using System.Reflection; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("3.0.2.520")] -[assembly: AssemblyFileVersion("3.0.2.520")] +[assembly: AssemblyVersion("3.0.2.521")] +[assembly: AssemblyFileVersion("3.0.2.521")] diff --git a/WebApplication/Admin.master b/WebApplication/Admin.master index 60b5bd2..72dff46 100644 --- a/WebApplication/Admin.master +++ b/WebApplication/Admin.master @@ -4,10 +4,12 @@ + Administration + diff --git a/WebApplication/MasterPage.master b/WebApplication/MasterPage.master index c2ef383..ccebf87 100644 --- a/WebApplication/MasterPage.master +++ b/WebApplication/MasterPage.master @@ -5,6 +5,7 @@ + Title diff --git a/WebApplication/MasterPage.master.designer.cs b/WebApplication/MasterPage.master.designer.cs index 3f60da4..76ffbe6 100644 --- a/WebApplication/MasterPage.master.designer.cs +++ b/WebApplication/MasterPage.master.designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // 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 // the code is regenerated. diff --git a/WebApplication/MasterPageSA.Master b/WebApplication/MasterPageSA.Master index cf563b3..ed0af3c 100644 --- a/WebApplication/MasterPageSA.Master +++ b/WebApplication/MasterPageSA.Master @@ -5,6 +5,7 @@ + Title diff --git a/WebApplication/MasterPageSA.Master.designer.cs b/WebApplication/MasterPageSA.Master.designer.cs index dba11bb..14605f9 100644 --- a/WebApplication/MasterPageSA.Master.designer.cs +++ b/WebApplication/MasterPageSA.Master.designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // 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 // the code is regenerated.