aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/layouts/no_chrome.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/layouts/no_chrome.html.erb')
-rw-r--r--app/views/layouts/no_chrome.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/no_chrome.html.erb b/app/views/layouts/no_chrome.html.erb
index 090ee409b..f7a40490e 100644
--- a/app/views/layouts/no_chrome.html.erb
+++ b/app/views/layouts/no_chrome.html.erb
@@ -16,7 +16,7 @@
<%= stylesheet_link_tag 'fonts', :rel => "stylesheet" %>
<%= stylesheet_link_tag 'theme', :rel => "stylesheet" %>
<!--[if LT IE 7]>
- <style type="text/css">@import url("/stylesheets/ie6.css");</style>
+ <%= stylesheet_link_tag 'ie6', :rel => "stylesheet" %>
<![endif]-->
<%= stylesheet_link_tag 'custom', :title => "Main", :rel => "stylesheet" %>
</head>