diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-09-26 15:50:16 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-09-26 15:50:16 -0600 |
commit | 484dd7abaa03009c66edad50ce60dd872a80ae92 (patch) | |
tree | d5102128d9958af74153272b609014ccd2315c68 | |
parent | 7b001c982797f4eccc4943d41dfe03caaf85a18b (diff) |
Remove IE 8 compatibility mode, it's not really needed after the latest context menu update
-rw-r--r-- | themes/wind/views/page.html.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/themes/wind/views/page.html.php b/themes/wind/views/page.html.php index 59b02f95..19d8cc00 100644 --- a/themes/wind/views/page.html.php +++ b/themes/wind/views/page.html.php @@ -4,7 +4,6 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> - <meta http-equiv="X-UA-Compatible" content="IE=8" /> <title> <? if ($page_title): ?> <?= $page_title ?> |