Skip to content

Commit

Permalink
remove conditional ie classes.
Browse files Browse the repository at this point in the history
HTML5Boilerplate now recommends removing the conditional IE classes placed on
the `html` tag.
h5bp/html5-boilerplate@13f17a7
  • Loading branch information
stephenplusplus committed Apr 8, 2014
1 parent b1e4d68 commit b8fd9b7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions app/templates/index.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<html class="no-js">
<head>
<meta charset="utf-8">
<title><%= appname %></title>
Expand Down

0 comments on commit b8fd9b7

Please sign in to comment.