]> source.dussan.org Git - redmine.git/commitdiff
Fixed open div tag position.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 10 Jan 2015 10:10:48 +0000 (10:10 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 10 Jan 2015 10:10:48 +0000 (10:10 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@13859 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/search/index.html.erb

index 935abf5a2a5f148354cbd24edacaa407d88aee87..2f0b06a6ca9795193fc1a592db6dbc071465fef4 100644 (file)
@@ -1,7 +1,7 @@
 <h2><%= l(:label_search) %></h2>
 
-<div class="box">
 <%= form_tag({}, :method => :get, :id => 'search-form') do %>
+<div class="box">
 <%= label_tag "search-input", l(:description_search), :class => "hidden-for-sighted" %>
 <p><%= text_field_tag 'q', @question, :size => 60, :id => 'search-input' %>
 <%= project_select_tag %>