Readded empty line

This commit is contained in:
Michael 2019-11-17 18:12:20 +00:00
parent 28ca0d6fab
commit 8644d300d0
1 changed files with 1 additions and 0 deletions

View File

@ -1294,6 +1294,7 @@ class Transmitter
} else {
$regexp = "/[@!]\[url\=([^\[\]]*)\].*?\[\/url\]/ism";
$body = preg_replace_callback($regexp, ['self', 'mentionCallback'], $body);
$data['content'] = BBCode::convert($body, false, 9);
}