From 4312c532a9381e6fe86a94fb9c7edec0332eac08 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 28 Dec 2015 16:34:56 -0500 Subject: [PATCH] adjusting output for related products --- views/product_detail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/product_detail.php b/views/product_detail.php index 4eaf5ee..a6853df 100644 --- a/views/product_detail.php +++ b/views/product_detail.php @@ -35,7 +35,7 @@ foreach ($tags as $tag){ ?> // } $key_value = get_post_custom_values('miproduct_related_products', $product->ID); foreach($key_value as $key=>$value){ - echo "Related Products: " . $value . " "; + echo 'Related Products: ' . '' . $value . ''; } ?> -- 2.17.1