From ad7a629b96887a039d801b9aa2ab477d18e965f1 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Mon, 4 May 2015 15:04:21 +0200 Subject: remove obsolete linebreak --- include/bbcode.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/bbcode.php') diff --git a/include/bbcode.php b/include/bbcode.php index fe5f37260..4ff6f842e 100644 --- a/include/bbcode.php +++ b/include/bbcode.php @@ -292,7 +292,7 @@ function bb_ShareAttributesSimple($match) { if ($matches[1] != "") $profile = $matches[1]; - $text = '
' . html_entity_decode("♲ ", ENT_QUOTES, 'UTF-8') . ' ' . $author . ': div class="reshared-content">' . $match[2] . ''; + $text = html_entity_decode("♲ ", ENT_QUOTES, 'UTF-8') . ' ' . $author . ': div class="reshared-content">' . $match[2] . ''; return($text); } -- cgit v1.2.3