app/views/layouts/application.html.erb in stones-1.0.4 vs app/views/layouts/application.html.erb in stones-1.0.5
- old
+ new
@@ -1,11 +1,7 @@
<!DOCTYPE html>
-<!--[if lt IE 7]> <html class="lt-ie10 lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
-<!--[if IE 7]> <html class="lt-ie10 lt-ie9 lt-ie8 ie7"> <![endif]-->
-<!--[if IE 8]> <html class="lt-ie10 lt-ie9 ie8"> <![endif]-->
-<!--[if IE 9 ]> <html class="lt-ie10 ie9"> <![endif]-->
-<!--[if (gt IE 9)|!(IE)]><!--> <html> <!--<![endif]-->
-<head>
+<html>
+ <head>
<%= render 'layouts/html_head' %>
-</head>
- <%= render 'layouts/body' %>
+ </head>
+ <%= render 'layouts/body' %>
</html>