From f988213af83d57dbef00ab275929ce70faadb79b Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 11 Mar 2013 18:22:40 -0700 Subject: fix typos --- include/bbcode.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/bbcode.php') diff --git a/include/bbcode.php b/include/bbcode.php index 84c9bda71..758a0891c 100644 --- a/include/bbcode.php +++ b/include/bbcode.php @@ -159,7 +159,7 @@ function bb_ShareAttributes($match) { $headline .= ""; $text = $headline . '
' . trim($match[2]) . '
'; - logger('bbshare: ' . $text); + return($text); } @@ -185,7 +185,7 @@ function bb_ShareAttributesSimple($match) { if ($matches[1] != "") $profile = $matches[1]; - $text = "
".html_entity_decode("♲ ", ENT_QUOTES, 'UTF-8').' '.$author.":
»".$match[2]."«"; + $text = "
".html_entity_decode("♲ ", ENT_QUOTES, 'UTF-8').' '.$author.": div class=\"reshared-content\">" .$match[2].""; return($text); } -- cgit v1.2.3