// this is quite possibly the worst fucking thing i've ever done but it closes #133

This commit is contained in:
flash 2019-01-18 01:27:04 +01:00
parent aa24c32136
commit 8e4f67fab2

View file

@ -17,7 +17,7 @@ final class LinkifyTag extends BBCodeTag
return $matches[0];
}
return sprintf('<a href="%1$s" class="link" target="_blank" rel="noreferrer noopener">%1$s</a>', $matches[0]);
return sprintf(' <a href="%1$s" class="link" target="_blank" rel="noreferrer noopener">%1$s</a>', $matches[0]);
},
$text
);