diff --git a/src/Content/Text/BBCode.php b/src/Content/Text/BBCode.php index 8a029fe534..fc5c772d5b 100644 --- a/src/Content/Text/BBCode.php +++ b/src/Content/Text/BBCode.php @@ -1746,9 +1746,9 @@ class BBCode extends BaseObject * - [url=]#[/url] */ $text = preg_replace_callback("/(?:#\[url\=.*?\]|\[url\=.*?\]#)(.*?)\[\/url\]/ism", function($matches) { - return '#' + . '" class="tag" rel="tag" title="' . XML::escape($matches[1]) . '">' . XML::escape($matches[1]) . ''; }, $text);