fixing syntax error
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 29 Jan 2016 17:50:07 +0000 (12:50 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 29 Jan 2016 17:50:07 +0000 (12:50 -0500)
views/list_categories.php

index 68b4934..ac40355 100644 (file)
@@ -2,7 +2,7 @@
  <?php $cat_id = $_REQUEST['michsci_category']; 
  if($cat_id){
       $ancestors = get_category_parents($cat_id, false, " > "); ?>
- }
+ } ?>
 <div class="small-12 medium-6" id="productBreadcrumbs">
  <?php echo '<a href="'. get_permalink(510) .  '">' . Products . '</a>'." > "; ?>
 <?php foreach($ancestors as $relative){