removing extraneous character from markup in woocommerce.php
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 27 Sep 2016 17:45:26 +0000 (13:45 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 27 Sep 2016 17:45:26 +0000 (13:45 -0400)
woocommerce.php

index c2cc099..a3662bd 100644 (file)
@@ -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";