mirror of
https://github.com/friendica/friendica
synced 2024-11-10 05:42:54 +00:00
using the recycle sign instead of "RD" for statusnet.
This commit is contained in:
parent
31dbf23c47
commit
431a4d40eb
1 changed files with 1 additions and 1 deletions
|
@ -488,7 +488,7 @@ function bb_ShareAttributes($share, $simplehtml) {
|
|||
$text = $preshare.">> @".$userid_compact.": <br />".$share[3];
|
||||
break;
|
||||
case 7:
|
||||
$text = $preshare."RD @".$userid_compact." ".$share[3];
|
||||
$text = $preshare.html_entity_decode("♲ ", ENT_QUOTES, 'UTF-8')." @".$userid_compact." ".$share[3];
|
||||
break;
|
||||
case 8:
|
||||
$text = $preshare."RT @".$userid_compact." ".$share[3];
|
||||
|
|
Loading…
Reference in a new issue