From ec47a7b35f45f010d6c213b247ee3165aa3280b2 Mon Sep 17 00:00:00 2001 From: Refael Iliaguyev Date: Thu, 13 Apr 2017 10:39:21 +0300 Subject: [PATCH] Escape attributes --- templates/cart/cart.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/cart/cart.php b/templates/cart/cart.php index f82c47e0950..3c47f44c545 100644 --- a/templates/cart/cart.php +++ b/templates/cart/cart.php @@ -75,7 +75,7 @@ do_action( 'woocommerce_before_cart' ); ?> ?> - + get_name(), $cart_item, $cart_item_key ) . ' '; @@ -93,13 +93,13 @@ do_action( 'woocommerce_before_cart' ); ?> ?> - + cart->get_product_price( $_product ), $cart_item, $cart_item_key ); ?> - + is_sold_individually() ) { $product_quantity = sprintf( '1 ', $cart_item_key ); @@ -116,7 +116,7 @@ do_action( 'woocommerce_before_cart' ); ?> ?> - + cart->get_product_subtotal( $_product, $cart_item['quantity'] ), $cart_item, $cart_item_key ); ?>