From: Tom Hughes Date: Fri, 16 May 2008 10:06:57 +0000 (+0000) Subject: Try and make browsers display the search box sanely. X-Git-Tag: live~7734 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/1ea1c62d15398ad7a8583596371abfa28407a624 Try and make browsers display the search box sanely. --- diff --git a/app/views/site/_search.rhtml b/app/views/site/_search.rhtml index f18587f73..d4214e8fe 100644 --- a/app/views/site/_search.rhtml +++ b/app/views/site/_search.rhtml @@ -40,7 +40,7 @@ :url => { :controller => :geocoder, :action => :search }) do %> - +
<%= text_field_tag :query, h(params[:query]) %><%= text_field_tag :query, h(params[:query]) %> <%= submit_tag 'Go' %>