Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
6277c3c6
Commit
6277c3c6
authored
Aug 31, 2012
by
cfoe
Browse files
fix for IE >= 9
parent
e0599e58
Changes
1
Show whitespace changes
Inline
Side-by-side
interface/web/themes/default/templates/main.tpl.htm
View file @
6277c3c6
<!DOCTYPE html>
<!DOCTYPE html>
<html
dir=
"ltr"
lang=
"
<tmpl_var name="
language
"
>
-
<tmpl_var
name=
"country"
>
">
<html
dir=
"ltr"
lang=
"
en-US
"
>
<head>
<head>
<!--Possible? Vars in lang= ?-->
<!--Possible? Vars in lang= ?-->
<meta
charset=
"<tmpl_var name="
html_content_encoding
"
>
" />
<meta
charset=
"<tmpl_var name="
html_content_encoding
"
>
" />
<title><tmpl_var
name=
"app_title"
>
<tmpl_var
name=
"app_version"
></title>
<title><tmpl_var
name=
"app_title"
>
<tmpl_var
name=
"app_version"
></title>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=
8
"
/>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=
9
"
/>
<link
href=
"themes/default/css/styles.css"
rel=
"stylesheet"
media=
"screen"
type=
"text/css"
/>
<link
href=
"themes/default/css/styles.css"
rel=
"stylesheet"
media=
"screen"
type=
"text/css"
/>
<link
href=
"themes/default/css/print.css"
rel=
"stylesheet"
media=
"print"
type=
"text/css"
/>
<link
href=
"themes/default/css/print.css"
rel=
"stylesheet"
media=
"print"
type=
"text/css"
/>
<!--[if IE 9]><link href="themes/default/css/iehacks.css" rel="stylesheet" type="text/css" /><![endif]-->
<!--[if IE 9]><link href="themes/default/css/iehacks.css" rel="stylesheet" type="text/css" /><![endif]-->
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment