diff options
-rw-r--r-- | app/views/general/frontpage.rhtml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/general/frontpage.rhtml b/app/views/general/frontpage.rhtml index 215288791..f71980302 100644 --- a/app/views/general/frontpage.rhtml +++ b/app/views/general/frontpage.rhtml @@ -20,7 +20,6 @@ <% form_tag({:action => "search_redirect"}, {:id => "search_form"}) do %> <div> <%= text_field_tag 'query', params[:query], { :size => 30 } %> - <%= hidden_field_tag 'bodies', 1 %> <%= submit_tag _('Search') %> </div> <% end %> |