From 10c16de175f06df8aefca8ec3a53b4d96191f801 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 28 Dec 2015 14:33:22 -0500 Subject: [PATCH] fixing html tag placement --- views/product_detail.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/views/product_detail.php b/views/product_detail.php index bb5efd9..366785f 100644 --- a/views/product_detail.php +++ b/views/product_detail.php @@ -10,12 +10,11 @@ $relatives = wp_get_post_terms($product->ID, 'michsci_category', $args); echo '' . $relative->name . "" . " > "; } ?> -post_title . "
"; ?> - + post_title . "
"; ?> +

- false ); -- 2.17.1