From e62eacd8d3c839835308cf01da11827f844d3a91 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 15 May 2008 09:34:45 +0000 Subject: [PATCH 1/1] 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. --- app/views/message/new.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %> -- 2.43.2