diff --git a/e107_core/shortcodes/batch/comment_shortcodes.php b/e107_core/shortcodes/batch/comment_shortcodes.php
index 50206f4a9..73bf10ce9 100644
--- a/e107_core/shortcodes/batch/comment_shortcodes.php
+++ b/e107_core/shortcodes/batch/comment_shortcodes.php
@@ -434,7 +434,7 @@ class comment_shortcodes extends e_shortcode
if($prov == 'facebook' || $prov == 'twitter')
{
//TODO Move styling to e107.css
- $text = "
";
+ $text = "
";
$text .= e107::getForm()->checkbox('comment_share',$prov,true);
$text .= LAN_SHARE;