diff options
author | francis <francis> | 2008-04-02 12:00:36 +0000 |
---|---|---|
committer | francis <francis> | 2008-04-02 12:00:36 +0000 |
commit | 7e0677c9c7fd5ba42fd5689057d9a9da3a0a68b0 (patch) | |
tree | a8f2f2ecf4d6a1813393d9adf18301b00effcff2 | |
parent | 78e4ddcef07bebeac2e9c2f70baaec557a964a85 (diff) |
Name the old stylesheet.
-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 d66a4539c..fc97b9d37 100644 --- a/app/views/layouts/default.rhtml +++ b/app/views/layouts/default.rhtml @@ -10,7 +10,7 @@ WhatDoTheyKnow - file and explore Freedom of Information (FOI) requests <% end %> </title> - <%= stylesheet_link_tag 'main' %> + <%= stylesheet_link_tag 'main', :title => "Yucky green" %> <%= stylesheet_link_tag 'alt', :rel => "alternate stylesheet", :title => "Tommy1" %> </head> <body> |