]> git.mxchange.org Git - friendica.git/commitdiff
Readded empty line
authorMichael <heluecht@pirati.ca>
Sun, 17 Nov 2019 18:12:20 +0000 (18:12 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 17 Nov 2019 18:12:20 +0000 (18:12 +0000)
src/Protocol/ActivityPub/Transmitter.php

index c2a331e01afd886ce12b588865d02df8aa07f6f4..8fff3fec212c63fcd73f43041e20ce4d32387e5e 100644 (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);
                }