// this is quite possibly the worst fucking thing i've ever done but it closes #133
This commit is contained in:
parent
aa24c32136
commit
8e4f67fab2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue