added spacing between tag names
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 28 Dec 2015 19:24:28 +0000 (14:24 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 28 Dec 2015 19:24:28 +0000 (14:24 -0500)
views/product_detail.php

index c3cd049..303638d 100644 (file)
@@ -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 . " ";
 }?>
 <h2><?php echo $product->post_title; ?></h2>
     <?php