]> git.mxchange.org Git - friendica.git/commitdiff
using the recycle sign instead of "RD" for statusnet.
authorMichael Vogel <icarus@dabo.de>
Wed, 9 Jul 2014 22:16:03 +0000 (00:16 +0200)
committerMichael Vogel <icarus@dabo.de>
Wed, 9 Jul 2014 22:16:03 +0000 (00:16 +0200)
include/bbcode.php

index 1937955e5398dca4e5a81bd7dccccd702a0b5790..cea1dbdccc6999bf4c1f18d317f88cab32cd6cc6 100644 (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];