X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/6ee6b1233d213f26c514504e78cd06b1de737943..ecc97ad58e95f219f023888958e101f9dec1f83f:/app/views/layouts/main.rhtml diff --git a/app/views/layouts/main.rhtml b/app/views/layouts/main.rhtml index 1542b84..bdb206a 100644 --- a/app/views/layouts/main.rhtml +++ b/app/views/layouts/main.rhtml @@ -5,9 +5,11 @@ <%= stylesheet_link_tag "common", :media => "all" %> <%= stylesheet_link_tag "main", :media => "all" %> <%= stylesheet_link_tag *(@stylesheets) %> - <%= stylesheet_link_tag "ie6hacks", :media => "all" if \ - request.methods.include?(:user_agent) and \ + <%begin%> + <%= stylesheet_link_tag "ie6hacks", :media => "all" if request.user_agent =~ /msie\s(5\.[5-9]|[6]\.[0-9]*).*(win)/i %> + <%rescue NoMethodError%> + <%end%> <%= javascript_include_tag "prototype", "effects", "dragdrop", "controls" %>