projects
/
WP-Themes
/
AdelaineConstruction.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24faa93
)
Get rid of hr tag
author
Steve Sutton
<steve@gaslightmedia.com>
Tue, 31 Mar 2015 20:54:20 +0000
(16:54 -0400)
committer
Steve 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
patch
|
blob
|
history
diff --git
a/parts/bread-crumbs.php
b/parts/bread-crumbs.php
index
cb7c2bc
..
7603ea0
100644
(file)
--- a/
parts/bread-crumbs.php
+++ b/
parts/bread-crumbs.php
@@
-3,6
+3,5
@@
echo "<div class=\"breadcrumbs\">";
bcn_display();
echo "</div>";
- echo '<div class="separator"><hr></div>';
}
?>