From: Tom Hughes Date: Thu, 15 May 2008 09:34:45 +0000 (+0000) Subject: Remove bogus action attribute from the submit button - it should have X-Git-Tag: live~7809 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/e62eacd8d3c839835308cf01da11827f844d3a91 Remove bogus action attribute from the submit button - it should have no effect as there is no such attribute defined, but Opera seems to decide that it should post the form to that URL instead of the one give on the form element. --- diff --git a/app/views/message/new.rhtml b/app/views/message/new.rhtml index 214df8d31..d7bb18f8e 100644 --- a/app/views/message/new.rhtml +++ b/app/views/message/new.rhtml @@ -22,7 +22,7 @@ - <%= submit_tag 'Send', :action => 'new' %> + <%= submit_tag 'Send' %> <% end %>