Add meta tag to tell IE to use the highest mode

pull/41/head
Francis Lachapelle 2014-06-05 10:32:13 -04:00
parent 72bec939d6
commit e118a72eab
2 changed files with 2 additions and 0 deletions

1
NEWS
View File

@ -4,6 +4,7 @@
New features
Enhancements
- new meta tag to tell IE to use the highest mode available
Bug fixes
- avoid crashing when we forward an email with no Subject header

View File

@ -20,6 +20,7 @@
<meta name="author" content="SKYRIX Software AG/Inverse inc." />
<meta name="robots" content="stop" />
<meta name="build" var:content="buildDate" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<link href="mailto:support@inverse.ca" rev="made" />
<link rel="shortcut icon" var:href="siteFavicon" type="image/x-icon" />
<link type="text/css" rel="stylesheet" rsrc:href="generic.css" />