bbcode: Shared posts to app.net will now have an @ before the username.

This commit is contained in:
Michael Vogel 2014-07-10 00:12:12 +02:00
parent d9f6f5181f
commit 31dbf23c47
1 changed files with 1 additions and 1 deletions

View File

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