diff --git a/plugins/shopping_cart/views/shopping_cart_plugin/buy.html.erb b/plugins/shopping_cart/views/shopping_cart_plugin/buy.html.erb index 5c43f2a..a4787e8 100644 --- a/plugins/shopping_cart/views/shopping_cart_plugin/buy.html.erb +++ b/plugins/shopping_cart/views/shopping_cart_plugin/buy.html.erb @@ -1,6 +1,6 @@
- <% form_for(:customer, :url => {:action => 'send_request'}, - :html => {:onsubmit => "return Cart.send_request(this)", :id => 'cart-request-form' }) do |f| %> + <%= form_for(:customer, :url => {:action => 'send_request'}, + :html => {:onsubmit => "return Cart.send_request(this)", :id => 'cart-request-form'}) do |f| %>
<%= labelled_form_field('* ' + _("Name"), f.text_field(:name, :class => 'required') ) %> <%= labelled_form_field('* ' + _("Email"), f.text_field(:email, :class => 'required email') ) %> -- libgit2 0.21.2