summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-09-26 14:28:43 -0600
committerChad Kieffer <ckieffer@gmail.com>2009-09-26 14:28:43 -0600
commitef35f0900170c9c375d5c1c87fc79c613ee96c51 (patch)
treef9ca3dd9554e931b147a2854dab36a9acc94a150
parent0abd6f63bc8a1976a62bc4b57bbabe10d62b5c8d (diff)
Force IE 8 into IE 8 compatiblility mode
-rw-r--r--themes/wind/views/page.html.php1
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 ?>