using the recycle sign instead of "RD" for statusnet.

This commit is contained in:
Michael Vogel 2014-07-10 00:16:03 +02:00
parent 31dbf23c47
commit 431a4d40eb

View file

@ -488,7 +488,7 @@ function bb_ShareAttributes($share, $simplehtml) {
$text = $preshare."&gt;&gt; @".$userid_compact.": <br />".$share[3];
break;
case 7:
$text = $preshare."RD @".$userid_compact." ".$share[3];
$text = $preshare.html_entity_decode("&#x2672; ", ENT_QUOTES, 'UTF-8')." @".$userid_compact." ".$share[3];
break;
case 8:
$text = $preshare."RT @".$userid_compact." ".$share[3];