summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZach LeBar <zach@zachlebar.com>2012-07-17 14:44:41 +0000
committerZach LeBar <zach@zachlebar.com>2012-07-17 14:44:41 +0000
commit67836736298dd1f86c64d17b3146e8d8ecfa9358 (patch)
tree3e968455779c415a9eeec3ee54b81814b9458fcc
parent1344ed32be25d9bd43ee2b852b12bec911580913 (diff)
downloadacf-core-67836736298dd1f86c64d17b3146e8d8ecfa9358.tar.bz2
acf-core-67836736298dd1f86c64d17b3146e8d8ecfa9358.tar.xz
Force IE to use Standards Mode when rendering the page.
-rw-r--r--app/template-html.lsp1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/template-html.lsp b/app/template-html.lsp
index ae051d2..6e12ab7 100644
--- a/app/template-html.lsp
+++ b/app/template-html.lsp
@@ -13,6 +13,7 @@ Content-Type: text/html
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<%
local hostname = ""
if viewlibrary and viewlibrary.dispatch_component then