]> git.mxchange.org Git - friendica.git/commitdiff
bbcode: Shared posts to app.net will now have an @ before the username.
authorMichael Vogel <icarus@dabo.de>
Wed, 9 Jul 2014 22:12:12 +0000 (00:12 +0200)
committerMichael Vogel <icarus@dabo.de>
Wed, 9 Jul 2014 22:12:12 +0000 (00:12 +0200)
include/bbcode.php

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