Commit 684ee7044ecf02a0dc508e8a2fad2853c6b64fb2

Authored by Dan Croak
1 parent 6acf89fc

secondary stylesheet name in quotes

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/layouts/application.html.erb
@@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
4 <head> 4 <head>
5 <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> 5 <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
6 <title>CHANGEME</title> 6 <title>CHANGEME</title>
7 - <%= stylesheet_link_tag :flutie, CHANGEME, :cache => 'screen' %> 7 + <%= stylesheet_link_tag :flutie, 'CHANGEME', :cache => 'screen' %>
8 </head> 8 </head>
9 <body class="<%= body_class %>"> 9 <body class="<%= body_class %>">
10 <div class="main"> 10 <div class="main">