mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-25 08:43:40 +00:00
gpluspost: Showing a "recycle" sign when displaying repeated items.
This commit is contained in:
parent
e0ca117391
commit
30da149c90
1 changed files with 1 additions and 1 deletions
|
@ -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