Skip to content

Commit 6277c3c

Browse files
author
cfoe
committed
fix for IE >= 9
1 parent e0599e5 commit 6277c3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

interface/web/themes/default/templates/main.tpl.htm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<!DOCTYPE html>
2-
<html dir="ltr" lang="<tmpl_var name="language">-<tmpl_var name="country">">
2+
<html dir="ltr" lang="en-US">
33
<head>
44
<!--Possible? Vars in lang= ?-->
55
<meta charset="<tmpl_var name="html_content_encoding">" />
66
<title><tmpl_var name="app_title"> <tmpl_var name="app_version"></title>
7-
<meta http-equiv="X-UA-Compatible" content="IE=8"/>
7+
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
88
<link href="themes/default/css/styles.css" rel="stylesheet" media="screen" type="text/css"/>
99
<link href="themes/default/css/print.css" rel="stylesheet" media="print" type="text/css"/>
1010
<!--[if IE 9]><link href="themes/default/css/iehacks.css" rel="stylesheet" type="text/css" /><![endif]-->

0 commit comments

Comments
 (0)