Skip to content

Commit

Permalink
Merge pull request #83 from harrinsonmb/patch-1
Browse files Browse the repository at this point in the history
Bugfix: Unclosed tags
  • Loading branch information
ronalfy authored May 15, 2023
2 parents 4cbc26c + f486be8 commit 77ba7ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions php/Frontend.php
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ public function add_footer_html() {
}
}
}
$html .= '</div><!-- #highlight-and-share-wrapper --><!-- #has-highlight-and-share -->';
$html .= '</div><!-- #highlight-and-share-wrapper --></div><!-- #has-highlight-and-share -->';

// Cache HTML.
wp_cache_set( 'has_frontend_html', $html, 'highlight-and-share', HOUR_IN_SECONDS );
Expand Down Expand Up @@ -738,7 +738,7 @@ private function get_footer_svgs() {
</g>
</symbol>
<symbol aria-hidden="true" data-prefix="fab" data-icon="tumblr" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" id="has-tumblr"><path fill="currentColor" d="M309.8 480.3c-13.6 14.5-50 31.7-97.4 31.7-120.8 0-147-88.8-147-140.6v-144H17.9c-5.5 0-10-4.5-10-10v-68c0-7.2 4.5-13.6 11.3-16 62-21.8 81.5-76 84.3-117.1.8-11 6.5-16.3 16.1-16.3h70.9c5.5 0 10 4.5 10 10v115.2h83c5.5 0 10 4.4 10 9.9v81.7c0 5.5-4.5 10-10 10h-83.4V360c0 34.2 23.7 53.6 68 35.8 4.8-1.9 9-3.2 12.7-2.2 3.5.9 5.8 3.4 7.4 7.9l22 64.3c1.8 5 3.3 10.6-.4 14.5z"></path></symbol>
<symbol aria-hidden="true" data-prefix="fab" data-icon="share" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" id="has-webshare-icon"><path fill="currentColor" d="M512 208L320 384H288V288H208c-61.9 0-112 50.1-112 112c0 48 32 80 32 80s-128-48-128-176c0-97.2 78.8-176 176-176H288V32h32L512 208z"/></svg></symbol>
<symbol aria-hidden="true" data-prefix="fab" data-icon="share" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" id="has-webshare-icon"><path fill="currentColor" d="M512 208L320 384H288V288H208c-61.9 0-112 50.1-112 112c0 48 32 80 32 80s-128-48-128-176c0-97.2 78.8-176 176-176H288V32h32L512 208z"/></symbol>
</svg>
<?php
}
Expand Down

0 comments on commit 77ba7ec

Please sign in to comment.