Skip to content

Commit

Permalink
Merge pull request #2703 from dportalesr/patch-2
Browse files Browse the repository at this point in the history
Fix <td> closing tag
  • Loading branch information
gmacdougall authored Apr 18, 2018
2 parents 2395380 + 2d25ff4 commit 16c7ca2
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 16c7ca2

Please sign in to comment.