From 58ddb1083bb43f6fa64946647f509c19e58e8f7b Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 28 Dec 2015 14:24:28 -0500 Subject: [PATCH] added spacing between tag names --- 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 c3cd049..303638d 100644 --- a/views/product_detail.php +++ b/views/product_detail.php @@ -20,7 +20,7 @@ $args = array( $tags = wp_get_post_terms($product->ID,'michsci_tag', $args); foreach ($tags as $tag){ - echo $tag->name; + echo $tag->name . " "; }?>

post_title; ?>