From 1ea1c62d15398ad7a8583596371abfa28407a624 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 16 May 2008 10:06:57 +0000 Subject: [PATCH] Try and make browsers display the search box sanely. --- app/views/site/_search.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %> - + -- 2.43.2
<%= text_field_tag :query, h(params[:query]) %><%= text_field_tag :query, h(params[:query]) %> <%= submit_tag 'Go' %>