Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Porter <slug@qwebirc.org>2010-11-21 19:54:17 (GMT)
committer Chris Porter <slug@qwebirc.org>2010-11-21 19:54:17 (GMT)
commit65f2cd5162a6b4caea65abbf8aa5a1cd405cbd68 (patch)
treee36d1c42d23cdee5ee81d163f0be7beace9ce1ba
parent4d85ed9611c9ced6ab90f6b02ff44d4c1cd21e00 (diff)
Add compat meta tag for IE9.
Sorry Microsoft, I'm not supporting a 4th version of IE. Once IE6 is dead I'll consider first party support for IE9...
-rwxr-xr-xbin/pagegen.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/pagegen.py b/bin/pagegen.py
index c89102c..ae156e7 100755
--- a/bin/pagegen.py
+++ b/bin/pagegen.py
@@ -65,6 +65,7 @@ def producehtml(name, debug):
<base />
<title>%s (qwebirc)</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
+ <meta http-equiv="X-UA-Compatible" content="IE=8" />
<link rel="shortcut icon" type="image/png" href="%simages/favicon.png"/>
%s%s
%s