Skip to content

Commit

Permalink
Fix closing td tag
Browse files Browse the repository at this point in the history
As proposed by
#23
  • Loading branch information
flaviocopes committed Apr 29, 2016
1 parent 24421c7 commit 54eb4ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/shoppingcart_cart.js
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,7 @@
} else {
row += item.quantity;
}
row += '</td>';

/***********************************************************/
/* Total
Expand Down

0 comments on commit 54eb4ac

Please sign in to comment.