summaryrefslogtreecommitdiff
path: root/httemplate/elements/header.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/elements/header.html')
-rw-r--r--httemplate/elements/header.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/httemplate/elements/header.html b/httemplate/elements/header.html
index c6ad3c387..d73e14c3b 100644
--- a/httemplate/elements/header.html
+++ b/httemplate/elements/header.html
@@ -25,6 +25,9 @@ Example:
<TITLE>
<% $title |h %>
</TITLE>
+ <!-- per RT, to prevent IE compatibility mode -->
+ <meta http-equiv="X-UA-Compatible" content="IE=edge" />
+ <!-- The X-UA-Compatible <meta> tag above must be very early in <head> -->
<META HTTP-Equiv="Cache-Control" Content="no-cache">
<META HTTP-Equiv="Pragma" Content="no-cache">
<META HTTP-Equiv="Expires" Content="0">