From 12042c0200c3f3be263b4c20801e37efd0842630 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Mon, 7 Dec 2009 18:14:40 +0100 Subject: [PATCH] Allow for real IE8 support. --- kronolith/lib/Kronolith.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/kronolith/lib/Kronolith.php b/kronolith/lib/Kronolith.php index c19d449df..c01865b15 100644 --- a/kronolith/lib/Kronolith.php +++ b/kronolith/lib/Kronolith.php @@ -79,9 +79,6 @@ class Kronolith Horde::addScriptFile('date.js', 'kronolith'); Horde::addScriptFile('kronolith.js', 'kronolith'); - // No IE 8 code at the moment. - header('X-UA-Compatible: IE=7'); - if (isset($GLOBALS['language'])) { header('Content-type: text/html; charset=' . Horde_Nls::getCharset()); header('Vary: Accept-Language'); -- 2.11.0