From 97f36bd7e83511ce13dad0e4fc6bc4150aad7a89 Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Mon, 25 Oct 2010 08:04:46 +0000 Subject: [PATCH] Fix to prevent IE 8 from running in IE7 compatibility mode... to be tested... SVN:trunk[921] --- application/itopwebpage.class.inc.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/application/itopwebpage.class.inc.php b/application/itopwebpage.class.inc.php index 3ab63d2ea..83cc72a0d 100644 --- a/application/itopwebpage.class.inc.php +++ b/application/itopwebpage.class.inc.php @@ -543,8 +543,10 @@ EOF echo "\n"; echo "\n"; echo "\n"; - echo "{$this->s_title}\n"; + // Make sure that Internet Explorer renders the page using its latest/highest/greatest standards ! + echo "\n"; echo "\n"; + echo "{$this->s_title}\n"; echo $this->get_base_tag(); // Stylesheets MUST be loaded before any scripts otherwise // jQuery scripts may face some spurious problems (like failing on a 'reload')