Skip to content

Commit

Permalink
Remove conditional IE html tags (see HTML5 Boilerplate issues h5bp/ht…
Browse files Browse the repository at this point in the history
  • Loading branch information
Lou Huang committed Nov 10, 2013
1 parent 52b9fdb commit f33f1c3
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions views/layout/layout.jade
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
doctype 5
//if lt IE 7
html(xmlns:ng='http://http://angularjs.org', id='ng-app', class='no-js lt-ie9 lt-ie8 lt-ie7', ng-app='#{application_name}')
//if IE 7
html(xmlns:ng='http://http://angularjs.org', id='ng-app', class='no-js lt-ie9 lt-ie8', ng-app='#{application_name}')
//if IE 8
html(xmlns:ng='http://http://angularjs.org', id='ng-app', class='no-js lt-ie9', ng-app='#{application_name}')
//-if gt IE 8
html(class='no-js', ng-app='#{application_name}')
//<![endif]
html(class='no-js', xmlns:ng='http://http://angularjs.org', id='ng-app', ng-app='#{application_name}')
head
include head

Expand Down

0 comments on commit f33f1c3

Please sign in to comment.