diff options
Diffstat (limited to 'templates/web/hart/header.html')
-rw-r--r-- | templates/web/hart/header.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/web/hart/header.html b/templates/web/hart/header.html index 0aae5568b..a375fdb7d 100644 --- a/templates/web/hart/header.html +++ b/templates/web/hart/header.html @@ -1,6 +1,5 @@ <!doctype html> -<!--[if IE 7]> <html class="no-js ie7 iel8" lang="[% lang_code %]"><![endif]--> -<!--[if IE 8]> <html class="no-js ie8 iel8" lang="[% lang_code %]"><![endif]--> +<!--[if IE 8]> <html class="no-js ie8" lang="[% lang_code %]"><![endif]--> <!--[if IE 9]> <html class="no-js ie9" lang="[% lang_code %]"><![endif]--> <!--[if gt IE 9]><!--><html class="no-js" lang="[% lang_code %]"><!--<![endif]--> <head> |