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