]> git.mxchange.org Git - friendica-addons.git/blobdiff - gpluspost/gpluspost.php
gpluspost: Showing a "recycle" sign when displaying repeated items.
[friendica-addons.git] / gpluspost / gpluspost.php
index 22fccdefc2f6921d27a33ebf5088224059118d33..76cf237bac0179f956835bac19132433f48117c9 100644 (file)
@@ -216,7 +216,7 @@ function gpluspost_ShareAttributes($match) {
 
         //$text = "<br />".$headline."</strong><blockquote>".$match[2]."</blockquote>";
        //$text = "\n\t".$match[2].":\t";
-       $text = $author.": ".$match[2];
+       $text = html_entity_decode("&#x2672; ", ENT_QUOTES, 'UTF-8').$author.": ".$match[2];
 
         return($text);
 }