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 4 <head>
5 5 <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
6 6 <title>CHANGEME</title>
7   - <%= stylesheet_link_tag :flutie, CHANGEME, :cache => 'screen' %>
  7 + <%= stylesheet_link_tag :flutie, 'CHANGEME', :cache => 'screen' %>
8 8 </head>
9 9 <body class="<%= body_class %>">
10 10 <div class="main">
... ...