From: Michael Vogel Date: Sun, 3 Mar 2013 22:43:35 +0000 (+0100) Subject: gpluspost: Showing a "recycle" sign when displaying repeated items. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=30da149c90a5b96a1954f7ba29840633398abb94;p=friendica-addons.git gpluspost: Showing a "recycle" sign when displaying repeated items. --- diff --git a/gpluspost/gpluspost.php b/gpluspost/gpluspost.php index 22fccdef..76cf237b 100644 --- a/gpluspost/gpluspost.php +++ b/gpluspost/gpluspost.php @@ -216,7 +216,7 @@ function gpluspost_ShareAttributes($match) { //$text = "
".$headline."
".$match[2]."
"; //$text = "\n\t".$match[2].":\t"; - $text = $author.": ".$match[2]; + $text = html_entity_decode("♲ ", ENT_QUOTES, 'UTF-8').$author.": ".$match[2]; return($text); }