diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2011-06-14 09:48:07 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2011-06-14 09:48:07 +0100 |
commit | 9bc0207ad206a70ee1ea89ecbc647e0587967786 (patch) | |
tree | bd1da6dc0bb73303022ae218fd339cc2852f7490 | |
parent | 01b60f99db1567d9c198376424653e6bb9cefc60 (diff) |
If you want to combine stylesheets, they must have the same 'title' attribute
-rw-r--r-- | app/views/layouts/default.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/default.rhtml b/app/views/layouts/default.rhtml index 3f2928288..de02a87b2 100644 --- a/app/views/layouts/default.rhtml +++ b/app/views/layouts/default.rhtml @@ -25,7 +25,7 @@ <!--[if LT IE 7]> <style type="text/css">@import url("/stylesheets/ie6-custom.css");</style> <![endif]--> - <%= stylesheet_link_tag 'custom', :title => "Custom", :rel => "stylesheet" %> + <%= stylesheet_link_tag 'custom', :title => "Main", :rel => "stylesheet" %> <% if @feed_autodetect %> <% for feed in @feed_autodetect %> |