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')