diff --git a/templates/cart/cart.php b/templates/cart/cart.php index 1af6f280953..a0690f7646a 100644 --- a/templates/cart/cart.php +++ b/templates/cart/cart.php @@ -32,10 +32,10 @@ do_action( 'woocommerce_before_cart' ); ?>     - - - - + + + + @@ -53,13 +53,13 @@ do_action( 'woocommerce_before_cart' ); ?> ×', esc_url( WC()->cart->get_remove_url( $cart_item_key ) ), __( 'Remove this item', 'woocommerce' ), esc_attr( $product_id ), esc_attr( $_product->get_sku() ) - ), $cart_item_key ); + ), $cart_item_key ) ); ?> @@ -129,7 +129,7 @@ do_action( 'woocommerce_before_cart' ); ?>
- +