diff -r ff783f2cc500 -r 26a835cb14f9 app/views/projects/explore.html.erb
--- a/app/views/projects/explore.html.erb
+++ b/app/views/projects/explore.html.erb
@@ -1,3 +1,6 @@
+<% content_for :header_tags do %>
+    <%= stylesheet_link_tag 'redmine_tags', :plugin => 'redmine_tags' %>
+<% end %>
 
 <% cache(:action => 'explore', :action_suffix => 'tags', :expires_in => 1.hour) do %>
 <h2><%= l(:label_explore_projects) %></h2>
diff -r ff783f2cc500 -r 26a835cb14f9 vendor/plugins/redmine_tags/app/views/projects/_tagcloud.html.erb
--- a/vendor/plugins/redmine_tags/app/views/projects/_tagcloud.html.erb
+++ b/vendor/plugins/redmine_tags/app/views/projects/_tagcloud.html.erb
@@ -1,6 +1,3 @@
-<% content_for :header_tags do %>
-    <%= stylesheet_link_tag 'redmine_tags', :plugin => 'redmine_tags' %>
-<% end %>
 
 <div id="tags">
 <%= render_tags_list(Project.available_tags, :style => :cloud) %>
