diff --git a/include/bbcode.php b/include/bbcode.php index 39f04aa692..99295aee02 100644 --- a/include/bbcode.php +++ b/include/bbcode.php @@ -811,7 +811,7 @@ function bbcode($Text,$preserve_nl = false, $tryoembed = true, $simplehtml = fal $Text); elseif (!$simplehtml) $Text = preg_replace("/([@])\[url\=([$URLSearchString]*)\](.*?)\[\/url\]/ism", - '$1$3', + '$1$3', $Text); // Bookmarks in red - will be converted to bookmarks in friendica