Adding missing spaces
This commit is contained in:
parent
f6fc70c4e2
commit
d81b7c840e
|
@ -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'];
|
||||
|
|
Loading…
Reference in a new issue