projects
/
WP-Plugins
/
michsci-products.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1f6bc2
)
fixing syntax error
author
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 28 Dec 2015 21:38:22 +0000
(16:38 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 28 Dec 2015 21:38:22 +0000
(16:38 -0500)
views/product_detail.php
patch
|
blob
|
history
diff --git
a/views/product_detail.php
b/views/product_detail.php
index
f064b1e
..
d18f92a
100644
(file)
--- a/
views/product_detail.php
+++ b/
views/product_detail.php
@@
-45,7
+45,7
@@
foreach ($tags as $tag){ ?>
<?php echo $tag->name . " "; ?>
<?php }?>
-</p>
+</p>
<?php
$key_value = get_post_custom_values('miproduct_related_products', $product->ID);
foreach($key_value as $key=>$value){
echo '<strong>Related Products: </strong>' . '<a href="#">' . $value . '</a>';