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:
parent
f365881a62
commit
e62eacd8d3
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<th></th>
|
||||
<td><%= submit_tag 'Send', :action => 'new' %></td>
|
||||
<td><%= submit_tag 'Send' %></td>
|
||||
</tr>
|
||||
</table>
|
||||
<% end %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue