Skip to content

Commit

Permalink
Removed HTML5 Boilerplate inspired code (Logic is already in SproutCo…
Browse files Browse the repository at this point in the history
…re's JS)

Left in HTML lang attribute http://www.w3.org/TR/html4/struct/dirlang.html
Left in Boilerplate inspired no-js class name so developers can style no-js pages
  • Loading branch information
David W. Keith committed Feb 25, 2012
1 parent 2e5eedf commit 4113734
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/index.rhtml
Expand Up @@ -9,10 +9,7 @@
# change.
-%>
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="<%=language%>"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="<%=language%>"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="<%=language%>"> <![endif]-->
<!--[if gt IE 8]><!--> <html<% unless @content_for_html5_manifest.blank? %> manifest="manifest.appcache"<% end %> class="no-js" lang="<%=language%>"> <!--<![endif]-->
<html<% unless @content_for_html5_manifest.blank? %> manifest="manifest.appcache"<% end %> class="no-js" lang="<%=language%>">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge<%= config.chrome_frame ? ',chrome=1' : '' %>" >

Expand Down

0 comments on commit 4113734

Please sign in to comment.