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.
This commit is contained in:
Tom Hughes 2008-05-15 09:34:45 +00:00
parent f365881a62
commit e62eacd8d3

View file

@ -22,7 +22,7 @@
</tr>
<tr>
<th></th>
<td><%= submit_tag 'Send', :action => 'new' %></td>
<td><%= submit_tag 'Send' %></td>
</tr>
</table>
<% end %>