Get rid of hr tag
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 31 Mar 2015 20:54:20 +0000 (16:54 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 31 Mar 2015 20:54:20 +0000 (16:54 -0400)
for some reason in bread crumb area

parts/bread-crumbs.php

index cb7c2bc..7603ea0 100644 (file)
@@ -3,6 +3,5 @@
     echo "<div class=\"breadcrumbs\">";
     bcn_display();
     echo "</div>";
-    echo '<div class="separator"><hr></div>';
 }
 ?>