Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 2005)
+++ branches/2.8.x/CHANGELOG	(revision 2006)
@@ -12,6 +12,8 @@
 ===============================================================================
 
 
+19 Nov-2013 Build 2006 Dietmar Woellbrink (Luisehahne)
+!implemented temporary solution for IE11 compatibility
 14 Nov-2013 Build 2005 Dietmar Woellbrink (Luisehahne)
 /admin/addons/reload.php::ReloadAddonLoop delete all cachefiles of class Translate
 14 Nov-2013 Build 2004 Dietmar Woellbrink (Luisehahne)
Index: branches/2.8.x/wb/admin/skel/themes/htt/loginBox.htt
===================================================================
--- branches/2.8.x/wb/admin/skel/themes/htt/loginBox.htt	(revision 2005)
+++ branches/2.8.x/wb/admin/skel/themes/htt/loginBox.htt	(revision 2006)
@@ -3,6 +3,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
 <title>{WEBSITE_TITLE} - {TEXT_LOGIN}</title>
+<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9" />
 <meta http-equiv="content-type" content="text/html; charset={CHARSET}" />
 <meta http-equiv="content-language" content="{LANGUAGE}" />
 <meta name="description" content="{TEXT_LOGIN}" />
Index: branches/2.8.x/wb/admin/skel/themes/htt/maintenance.htt
===================================================================
--- branches/2.8.x/wb/admin/skel/themes/htt/maintenance.htt	(revision 2005)
+++ branches/2.8.x/wb/admin/skel/themes/htt/maintenance.htt	(revision 2006)
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
     <title>CMS WebsiteBaker | {PAGE_TITLE}</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9" />
     <meta http-equiv="content-type" content="text/html; charset=utf-8" />
     <meta http-equiv="content-language" content="{LANGUAGE}" />
     <meta name="description" content="{PAGE_TITLE}" />
Index: branches/2.8.x/wb/admin/skel/themes/htt/loginForgot.htt
===================================================================
--- branches/2.8.x/wb/admin/skel/themes/htt/loginForgot.htt	(revision 2005)
+++ branches/2.8.x/wb/admin/skel/themes/htt/loginForgot.htt	(revision 2006)
@@ -3,6 +3,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
 <title>{WEBSITE_TITLE} - {SECTION_FORGOT}</title>
+<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9" />
 <meta http-equiv="content-type" content="text/html; charset={CHARSET}" />
 <meta http-equiv="content-language" content="{LANGUAGE}" />
 <meta name="description" content="Retrieve Login Details" />
Index: branches/2.8.x/wb/admin/interface/version.php
===================================================================
--- branches/2.8.x/wb/admin/interface/version.php	(revision 2005)
+++ branches/2.8.x/wb/admin/interface/version.php	(revision 2006)
@@ -51,5 +51,5 @@
 
 // check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
 if(!defined('VERSION')) define('VERSION', '2.8.3');
-if(!defined('REVISION')) define('REVISION', '2005');
+if(!defined('REVISION')) define('REVISION', '2006');
 if(!defined('SP')) define('SP', '');
Index: branches/2.8.x/wb/templates/wb_theme/templates/header.htt
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/templates/header.htt	(revision 2005)
+++ branches/2.8.x/wb/templates/wb_theme/templates/header.htt	(revision 2006)
@@ -3,6 +3,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
 <title>{WEBSITE_TITLE} - {TEXT_ADMINISTRATION} - {SECTION_NAME}</title>
+<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9" />
 <meta http-equiv="content-type" content="text/html; charset={CHARSET}" />
 <meta http-equiv="content-language" content="{LANGUAGE}" />
 <meta name="description" content="{TEXT_ADMINISTRATION}" />
Index: branches/2.8.x/wb/install/index.php
===================================================================
--- branches/2.8.x/wb/install/index.php	(revision 2005)
+++ branches/2.8.x/wb/install/index.php	(revision 2006)
@@ -138,6 +138,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
 <title>WebsiteBaker Installation Wizard</title>
+<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9" />
 <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
 <link href="stylesheet.css" rel="stylesheet" type="text/css" />
 <script type="text/javascript">
