Skip to content

Commit

Permalink
adds X-UA-Compatible meta tag for IE and Bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
mejackreed committed Jan 15, 2015
1 parent f0bd738 commit e973bb1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/views/layouts/blacklight.html.erb
Expand Up @@ -7,6 +7,9 @@
<!-- Mobile viewport optimization h5bp.com/ad -->
<meta name="HandheldFriendly" content="True">
<meta name="viewport" content="width=device-width,initial-scale=1.0">

<!-- Internet Explorer use the highest version available -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">

<!-- Mobile IE allows us to activate ClearType technology for smoothing fonts for easy reading -->
<!--[if IEMobile]>
Expand Down

0 comments on commit e973bb1

Please sign in to comment.