X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCore%2FProtocol.php;h=4467bf00271eaba360847818cd7f610a799ebc0b;hb=31d47ade784c080e15626305e7cc49be85ee67b6;hp=3d3ef21b9cd5a51df0459944c1621d0de0ef8a74;hpb=daa9c2b2e1f5c5f707c1304abda7969e00e019e4;p=friendica.git diff --git a/src/Core/Protocol.php b/src/Core/Protocol.php index 3d3ef21b9c..4467bf0027 100644 --- a/src/Core/Protocol.php +++ b/src/Core/Protocol.php @@ -119,6 +119,6 @@ class Protocol */ public static function formatMention($profile_url, $display_name) { - return $display_name . '(' . self::getAddrFromProfileUrl($profile_url) . ')'; + return $display_name . ' (' . self::getAddrFromProfileUrl($profile_url) . ')'; } }