forked from friendica/friendica-addons
gpluspost: Showing a "recycle" sign when displaying repeated items.
This commit is contained in:
parent
e0ca117391
commit
30da149c90
|
@ -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("♲ ", ENT_QUOTES, 'UTF-8').$author.": ".$match[2];
|
||||
|
||||
return($text);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue