From: Michael Date: Thu, 3 May 2018 04:43:50 +0000 (+0000) Subject: Ensure that the link will be displayed correctly on Diaspora X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=aba93df94fb0381e6f8c43c0a441062aa83848c0;p=friendica.git Ensure that the link will be displayed correctly on Diaspora --- diff --git a/src/Content/Text/BBCode.php b/src/Content/Text/BBCode.php index 6c441bac6f..c3ac41ce43 100644 --- a/src/Content/Text/BBCode.php +++ b/src/Content/Text/BBCode.php @@ -965,7 +965,7 @@ class BBCode extends BaseObject } if (stripos(normalise_link($link), 'http://twitter.com/') === 0) { - $text .= '
' . $link . ''; + $text .= '
' . $link . ''; } else { $text .= $headline . '
' . trim($share[3]) . "

";