projects
/
WP-Themes
/
baragacounty.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e4bcb5
)
removing extraneous character from markup in woocommerce.php
author
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 27 Sep 2016 17:45:26 +0000
(13:45 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 27 Sep 2016 17:45:26 +0000
(13:45 -0400)
woocommerce.php
patch
|
blob
|
history
diff --git
a/woocommerce.php
b/woocommerce.php
index
c2cc099
..
a3662bd
100644
(file)
--- a/
woocommerce.php
+++ b/
woocommerce.php
@@
-5,7
+5,7
@@
<body>
<div class="off-canvas-wrapper">
<div class="off-canvas-wrapper-inner" data-off-canvas-wrapper>
- <div class="off-canvas-content" data-off-canvas-content>
>
+ <div class="off-canvas-content" data-off-canvas-content>
<?php
include "sections/header.php";
include "sections/off-canvas.php";