Skip to content

Commit

Permalink
Merge pull request seyhunak#133 from tmichel/master
Browse files Browse the repository at this point in the history
haml layout fixed
  • Loading branch information
seyhunak committed Mar 7, 2012
2 parents feff4e8 + e587cca commit cac6ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/bootstrap/layout/templates/layout.html.haml
Expand Up @@ -8,7 +8,7 @@
/[if lt IE 9]
= javascript_include_tag "http://html5shim.googlecode.com/svn/trunk/html5.js"
/ Le styles
= stylesheet_link_tag "application", :media => "all"
= stylesheet_link_tag "application", :media => "all"
/ Le fav and touch icons
%link{:href => "images/favicon.ico", :rel => "shortcut icon"}/
%link{:href => "images/apple-touch-icon.png", :rel => "apple-touch-icon"}/
Expand Down

0 comments on commit cac6ac5

Please sign in to comment.