From 40f5ea4988717b123cbd4885f57b3a138927e97c Mon Sep 17 00:00:00 2001
From: Anthony Talarico
Date: Mon, 28 Dec 2015 16:38:22 -0500
Subject: [PATCH] fixing syntax error
---
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 f064b1e..d18f92a 100644
--- a/views/product_detail.php
+++ b/views/product_detail.php
@@ -45,7 +45,7 @@ foreach ($tags as $tag){ ?>
name . " "; ?>
-
+ID);
foreach($key_value as $key=>$value){
echo 'Related Products: ' . '' . $value . '';
--
2.17.1