summaryrefslogtreecommitdiffstats
path: root/app/views/search
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/search')
-rw-r--r--app/views/search/index.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/search/index.html.erb b/app/views/search/index.html.erb
index 7d24710bd..6c9c56f4c 100644
--- a/app/views/search/index.html.erb
+++ b/app/views/search/index.html.erb
@@ -1,7 +1,7 @@
<h2><%= l(:label_search) %></h2>
<div class="box">
-<% form_tag({}, :method => :get) do %>
+<%= form_tag({}, :method => :get) do %>
<%= label_tag "search-input", l(:description_search), :class => "hidden-for-sighted" %>
<p><%= text_field_tag 'q', @question, :size => 60, :id => 'search-input' %>
<%= javascript_tag "Field.focus('search-input')" %>