Fix more IE issues by disabling Compat. mode with X-UA-Compatible meta tag (#1488626)

pull/21/head
Aleksander Machniak 12 years ago
parent 4d1515cb0b
commit f1956d738f

@ -1,6 +1,7 @@
CHANGELOG Roundcube Webmail
===========================
- Fix more IE issues by disabling Compat. mode with X-UA-Compatible meta tag (#1488626)
- Fix setting locales under Solaris - use additional .UTF-8 suffix (#1488628)
- Fix email address validation for addresses with IP address in domain part
- Fix Larry skin issues in IE7 compat. mode (#1488618)

@ -1,3 +1,4 @@
<meta http-equiv="X-UA-Compatible" content="IE=EDGE" />
<link rel="index" href="$__comm_path" />
<link rel="shortcut icon" href="/images/favicon.ico"/>
<link rel="stylesheet" type="text/css" href="/common.css" />

@ -1,3 +1,4 @@
<meta http-equiv="X-UA-Compatible" content="IE=EDGE" />
<link rel="shortcut icon" href="/images/favicon.ico"/>
<link rel="stylesheet" type="text/css" href="/styles.css" />
<roundcube:if condition="in_array(env:task, array('mail','addressbook','settings'))" />

Loading…
Cancel
Save