]> git.mxchange.org Git - friendica.git/commitdiff
Adding missing spaces
authorMichael <heluecht@pirati.ca>
Fri, 17 May 2019 18:00:00 +0000 (18:00 +0000)
committerMichael <heluecht@pirati.ca>
Fri, 17 May 2019 18:00:00 +0000 (18:00 +0000)
src/Protocol/ActivityPub/Transmitter.php

index 7576c95738d4e94fb507d31a6f865f689edbd2d2..88e047c1362bd2c26dbd7d0f640b1bf7d93f63ae 100644 (file)
@@ -648,7 +648,7 @@ class Transmitter
                // Making the post more compatible for Mastodon by:
                // - Making it a note and not an article (no title)
                // - Moving the title into the "summary" field that is used as a "content warning"
-               $mail['body'] = '[abstract]' . $mail['title'] . "[/abstract]\n".$mail['body'];
+               $mail['body'] = '[abstract]' . $mail['title'] . "[/abstract]\n" . $mail['body'];
                $mail['title'] = '';
 
                $mail['author-link'] = $mail['owner-link'] = $mail['from-url'];