From 431a4d40ebd266af892c62f05f3f5082c3a16b69 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Thu, 10 Jul 2014 00:16:03 +0200 Subject: [PATCH] using the recycle sign instead of "RD" for statusnet. --- include/bbcode.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bbcode.php b/include/bbcode.php index 1937955e53..cea1dbdccc 100644 --- a/include/bbcode.php +++ b/include/bbcode.php @@ -488,7 +488,7 @@ function bb_ShareAttributes($share, $simplehtml) { $text = $preshare.">> @".$userid_compact.":
".$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]; -- 2.39.2