From: Michael Vogel Date: Wed, 9 Jul 2014 22:12:12 +0000 (+0200) Subject: bbcode: Shared posts to app.net will now have an @ before the username. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=31dbf23c47d8b50e5c57dd2ec6b3de7f657379f7;p=friendica.git bbcode: Shared posts to app.net will now have an @ before the username. --- diff --git a/include/bbcode.php b/include/bbcode.php index 90d5e93581..1937955e53 100644 --- a/include/bbcode.php +++ b/include/bbcode.php @@ -485,7 +485,7 @@ function bb_ShareAttributes($share, $simplehtml) { $text = $preshare.html_entity_decode("♲ ", ENT_QUOTES, 'UTF-8').' '.$userid_compact.":
".$share[3]; break; case 6: - $text = $preshare.">> ".$userid_compact.":
".$share[3]; + $text = $preshare.">> @".$userid_compact.":
".$share[3]; break; case 7: $text = $preshare."RD @".$userid_compact." ".$share[3];