From b8ebea7fd5a67b3220ceb8b90e4d42934dfde14c Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 28 Dec 2015 14:39:24 -0500 Subject: [PATCH] fixing syntax error --- views/product_detail.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/product_detail.php b/views/product_detail.php index 366785f..0a3180d 100644 --- a/views/product_detail.php +++ b/views/product_detail.php @@ -10,11 +10,11 @@ $relatives = wp_get_post_terms($product->ID, 'michsci_category', $args); echo '' . $relative->name . "" . " > "; } ?> - post_title . "
"; ?> +post_title . "
"; ?> -

false ); -- 2.17.1