Try and make browsers display the search box sanely.

This commit is contained in:
Tom Hughes 2008-05-16 10:06:57 +00:00
parent 1f59ad76ef
commit 1ea1c62d15

View file

@ -40,7 +40,7 @@
:url => { :controller => :geocoder, :action => :search }) do %>
<table>
<tr>
<td><%= text_field_tag :query, h(params[:query]) %></td>
<td width="100%"><%= text_field_tag :query, h(params[:query]) %></td>
<td></td>
<td><%= submit_tag 'Go' %></td>
</tr>