]> git.mxchange.org Git - friendica-addons.git/commitdiff
gpluspost: Showing a "recycle" sign when displaying repeated items.
authorMichael Vogel <icarus@dabo.de>
Sun, 3 Mar 2013 22:43:35 +0000 (23:43 +0100)
committerMichael Vogel <icarus@dabo.de>
Sun, 3 Mar 2013 22:43:35 +0000 (23:43 +0100)
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);
 }