Skip to content

Commit

Permalink
Fix <td> closing tag
Browse files Browse the repository at this point in the history
  • Loading branch information
dportalesr authored Apr 17, 2018
1 parent d05319a commit 2d25ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/views/spree/orders/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<%= render "spree/orders/adjustments" %>
<% end %>
<tr class="cart-total">
<td colspan="4" align='right'><h5><%= t('spree.total') %></h5></th>
<td colspan="4" align='right'><h5><%= t('spree.total') %></h5></td>
<td colspan><h5><%= order.display_total %></h5></td>
<td></td>
</tr>
Expand Down

0 comments on commit 2d25ff4

Please sign in to comment.