diff --git a/src/Content/Text/BBCode.php b/src/Content/Text/BBCode.php
index 34fbc635bb..c1aca4f6aa 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]) . "