diff --git a/app/views/issues/index.html.erb b/app/views/issues/index.html.erb
index a382a3f7..bd475a3a 100644
--- a/app/views/issues/index.html.erb
+++ b/app/views/issues/index.html.erb
@@ -16,7 +16,7 @@
<% html_title(@query.new_record? ? l(:label_issue_plural) : @query.name) %>
-
+
<%= form_tag({ :controller => 'issues', :action => 'index', :project_id => @project }, :method => :get, :id => 'query_form', :class => 'query_form') do %>
<%= hidden_field_tag 'set_filter', '1' %>
@@ -60,7 +60,7 @@
<% end %>
-
+
<%= error_messages_for 'query' %>
<% if @query.valid? %>