gpluspost: Showing a "recycle" sign when displaying repeated items.

This commit is contained in:
Michael Vogel 2013-03-03 23:43:35 +01:00
parent e0ca117391
commit 30da149c90
1 changed files with 1 additions and 1 deletions

View 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);
}