Skip to content

Commit

Permalink
Merge pull request refinery#1436 from freels/patch-1
Browse files Browse the repository at this point in the history
Properly emit an html opening tag for non-IE browsers.
  • Loading branch information
parndt committed Mar 12, 2012
2 parents 189b17c + b0c924a commit 2cf5556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/app/views/refinery/_html_tag.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
<!--[if IE 7 ]> <html lang="<%= ::I18n.locale %>" class="no-js ie7"> <![endif]-->
<!--[if IE 8 ]> <html lang="<%= ::I18n.locale %>" class="no-js ie8"> <![endif]-->
<!--[if IE 9 ]> <html lang="<%= ::I18n.locale %>" class="no-js ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]> <html lang="<%= ::I18n.locale %>" class="no-js"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="<%= ::I18n.locale %>" class="no-js"> <!--<![endif]-->

0 comments on commit 2cf5556

Please sign in to comment.