Adding missing spaces

This commit is contained in:
Michael 2019-05-17 18:00:00 +00:00
parent f6fc70c4e2
commit d81b7c840e
1 changed files with 1 additions and 1 deletions

View 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'];