Skip to content

Commit

Permalink
Encourage people to send the X-UA-Compatible HTTP header instead of l…
Browse files Browse the repository at this point in the history
…eaving it in the HTML, to avoid edge case issues. Fixes h5bp#378.
  • Loading branch information
mathiasbynens committed Jun 24, 2011
1 parent b84c9ae commit 5e26749
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<head>
<meta charset="utf-8">

<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
Remove this if you use the .htaccess -->
<!-- Use the .htaccess and remove these lines to avoid edge case issues.
More info: h5bp.com/b/378 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

<title></title>
Expand Down

0 comments on commit 5e26749

Please sign in to comment.