From 42da12e81c98d12a5cb8acf993c6b3a113798387 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 28 Apr 2008 09:49:27 +0000 Subject: [PATCH] IE was getting confused by having a div with an id of "map" and a link anchor with a name of "map". Closes #865. --- app/views/diary_entry/new.rhtml | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/app/views/diary_entry/new.rhtml b/app/views/diary_entry/new.rhtml index b46bb4d9f..6c40eaeb5 100644 --- a/app/views/diary_entry/new.rhtml +++ b/app/views/diary_entry/new.rhtml @@ -11,10 +11,13 @@ <%= f.text_area :body, :cols => 80 %> - Location - - Latitude: <%= f.text_field :latitude, :size => 20, :id => "latitude" %> Longitude: <%= f.text_field :longitude, :size => 20, :id => "longitude" %> use map - + Location + + + Latitude: <%= f.text_field :latitude, :size => 20, :id => "latitude" %> Longitude: <%= f.text_field :longitude, :size => 20, :id => "longitude" %> + use map + + <%= submit_tag 'Save' %> @@ -40,7 +43,7 @@ -- 2.43.2