diff --git a/src/Parsers/BBCode/Tags/LinkifyTag.php b/src/Parsers/BBCode/Tags/LinkifyTag.php index 0fad47a4..d059251a 100644 --- a/src/Parsers/BBCode/Tags/LinkifyTag.php +++ b/src/Parsers/BBCode/Tags/LinkifyTag.php @@ -17,7 +17,7 @@ final class LinkifyTag extends BBCodeTag return $matches[0]; } - return sprintf('%1$s', $matches[0]); + return sprintf(' %1$s', $matches[0]); }, $text );