diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-09-26 14:28:43 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-09-26 14:28:43 -0600 |
commit | ef35f0900170c9c375d5c1c87fc79c613ee96c51 (patch) | |
tree | f9ca3dd9554e931b147a2854dab36a9acc94a150 | |
parent | 0abd6f63bc8a1976a62bc4b57bbabe10d62b5c8d (diff) |
Force IE 8 into IE 8 compatiblility mode
-rw-r--r-- | themes/wind/views/page.html.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/wind/views/page.html.php b/themes/wind/views/page.html.php index 19d8cc00..59b02f95 100644 --- a/themes/wind/views/page.html.php +++ b/themes/wind/views/page.html.php @@ -4,6 +4,7 @@ <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 ?> |