diff options
author | Josh Angell <josh@supercooldesign.co.uk> | 2012-02-20 16:21:02 +0000 |
---|---|---|
committer | Josh Angell <josh@supercooldesign.co.uk> | 2012-02-20 16:21:02 +0000 |
commit | 0e9335da477b3af6b20779a81d8b3cb508bcc000 (patch) | |
tree | 7dd6ddfcc8915ba4d1057854e2516e55e42007b5 | |
parent | 0286bfb552d0be4db25c1eec455a29c15ab6307a (diff) |
add ie9 comment to head
Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
-rw-r--r-- | templates/web/fixmystreet/header.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/web/fixmystreet/header.html b/templates/web/fixmystreet/header.html index 97d7f525d..ae9cb55a7 100644 --- a/templates/web/fixmystreet/header.html +++ b/templates/web/fixmystreet/header.html @@ -2,7 +2,8 @@ <!--[if lt IE 7]><html class="no-js ie6 oldie" lang="[% lang_code %]"><![endif]--> <!--[if IE 7]> <html class="no-js ie7 oldie" lang="[% lang_code %]"><![endif]--> <!--[if IE 8]> <html class="no-js ie8 oldie" lang="[% lang_code %]"><![endif]--> -<!--[if gt IE 8]><!--><html class="no-js" lang="[% lang_code %]"><!--<![endif]--> +<!--[if IE 9]> <html class="no-js ie9 oldie" lang="[% lang_code %]"><![endif]--> +<!--[if gt IE 9]><!--><html class="no-js" lang="[% lang_code %]"><!--<![endif]--> <head> <meta name="viewport" content="initial-scale=1.0"> |