From 8a191517a96bd202638b384450f751445afc7da0 Mon Sep 17 00:00:00 2001
From: Anthony Talarico
Date: Mon, 28 Dec 2015 14:42:42 -0500
Subject: [PATCH] removed comma from tag output
---
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 0a3180d..c5f440d 100644
--- a/views/product_detail.php
+++ b/views/product_detail.php
@@ -21,7 +21,7 @@ $args = array(
$tags = wp_get_post_terms($product->ID,'michsci_tag', $args);
foreach ($tags as $tag){ ?>
-name . ", "; ?>
+name . " "; ?>
post_title; ?>
--
2.17.1