Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Refine the IE9 fix #33

Merged
1 commit merged into from
May 7, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<!-- <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> ->
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
[if lt IE 9]>
[if lt IE 9]
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif] d
</head>
Expand Down
2 changes: 1 addition & 1 deletion _includes/header_m2devgde.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<!-- <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> ->
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
[if lt IE 9]>
[if lt IE 9]
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif] d
</head>
Expand Down