[BUG] div tag not closed
-
Hi guys, great piece of software!
Just let me point out that in some pages it happened to break layout.
This is due to a <div> tag left open.You should change line 170 of crunchify-social-sharing.php from:
$content .= '</div><div style="clear:both">';
to:
$content .= '</div><div style="clear:both"></div>';
Hope this helps ??
https://www.ads-software.com/plugins/crunchify-social-sharing/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[BUG] div tag not closed’ is closed to new replies.