diff -r 9523dff58d3d -r fe3777d42b76 plugins/redmine_tags/app/views/projects/index.html.erb
--- a/plugins/redmine_tags/app/views/projects/index.html.erb
+++ b/plugins/redmine_tags/app/views/projects/index.html.erb
@@ -4,7 +4,6 @@
 <% end %>
 <%= javascript_include_tag 'projects_index', :plugin => 'redmine_tags' %>
 
-
 <div class="contextual">
     <%= link_to l(:label_overall_activity), { :controller => 'activities', :action => 'index' }%>
     <%= ('| ' + link_to(l(:label_project_new), {:controller => 'projects', :action => 'new'}, :class => 'icon icon-add')).html_safe if User.current.allowed_to?(:add_project, nil, :global => true) %>
@@ -16,47 +15,34 @@
 </h2>
 
 <div style="clear:both;"></div>
-  <%- form_tag(:controller => :projects, :action => :index, :method => :get, :html => {:id => :project_filtering_form}, :remote => true) do -%>
+  <%= form_tag(:controller => :projects, :action => :index, :method => :get, :html => {:id => :project_filtering_form}, :remote => true) do -%>
 
-    <% if @filter_status=="true" %>
-      <fieldset id="filters_fieldset" class="collapsible">
-      <legend onclick="toggleFieldsetWithState(this);"><%= l(:label_filter_plural) %></legend>
-    <%- else -%>
-      <fieldset id="filters_fieldset" class="collapsible collapsed">
-      <legend onclick="toggleFieldsetWithState(this);"><%= l(:label_filter_plural) %></legend>
-      <div style="display: none;">
-    <%- end -%>
+    <fieldset id="filters_fieldset" class="collapsible">
+      <legend><%= l(:label_filter_plural) %></legend>
 
-  <div>
-    <div id='filter_tags'>
-      <%= render :partial => 'filter_search_tags' -%>
-    </div>
+      <div>
+        <div id='filter_tags'>
+          <%= render :partial => 'filter_search_tags' -%>
+        </div>
 
-    <p class='q'>
-      <%= label_tag 'q', l('project_filtering_q_label') %>
-      <%= text_field_tag 'q', @question, :size => 30, :id => 'search-input' %>
-    </p>
+        <p class='q'>
+          <%= label_tag 'q', l('project_filtering_q_label') %>
+          <%= text_field_tag 'q', @question, :size => 30, :id => 'search-input' %>
+        </p>
 
-    <p style="display: none;"><%= submit_tag( l('button_filter'), :id => 'submitButton') -%></p>
-    <%= link_to l(:button_apply), {}, :onclick => "$('submitButton').click(); return false;", :class => 'icon icon-checked' -%>
-    <%= link_to l(:button_clear), {}, :class => 'icon icon-reload'  %>
-  </div>
+        <p style="display: none;"><%= submit_tag( l('button_filter'), :id => 'submitButton') -%></p>
+          <%= link_to l(:button_apply), {}, :onclick => "$('submitButton').click(); return false;", :class => 'icon icon-checked' -%>
+        <%= link_to l(:button_clear), {}, :class => 'icon icon-reload'  %>
+      </div>
 
-    <% unless @filter_status=="true" %>
-      </div>
-    <%- end -%>
+    </fieldset>
+<%- end -%>
 
 
-<%- end -%>
-</fieldset>
-
 <div id="projects">
   <%= render :partial => 'filtered_projects' %>
 </div>
 
-
-
-
 <% other_formats_links do |f| %>
 	<%= f.link_to 'Atom', :url => {:key => User.current.rss_key} %>
 <% end %>
