fixing syntax error
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 28 Dec 2015 19:39:24 +0000 (14:39 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 28 Dec 2015 19:39:24 +0000 (14:39 -0500)
views/product_detail.php

index 366785f..0a3180d 100644 (file)
@@ -10,11 +10,11 @@ $relatives = wp_get_post_terms($product->ID, 'michsci_category', $args);
     echo '<a href="'.  '?michsci_category=' . $relative->term_id . '" >' . $relative->name . "</a>" . " > ";
 } ?>
 
-    <?php echo $product->post_title . "<br>"; ?>
+<?php echo $product->post_title . "<br>"; ?>
 
-<?php echo "Tags: "; ?>
 <p id="tagList"> 
 <?php
+echo "Tags: "; 
 $args = array(
     "hide_empty"=>false
 );