Adding missing spaces
This commit is contained in:
parent
f6fc70c4e2
commit
d81b7c840e
1 changed files with 1 additions and 1 deletions
|
@ -648,7 +648,7 @@ class Transmitter
|
||||||
// Making the post more compatible for Mastodon by:
|
// Making the post more compatible for Mastodon by:
|
||||||
// - Making it a note and not an article (no title)
|
// - Making it a note and not an article (no title)
|
||||||
// - Moving the title into the "summary" field that is used as a "content warning"
|
// - 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['title'] = '';
|
||||||
|
|
||||||
$mail['author-link'] = $mail['owner-link'] = $mail['from-url'];
|
$mail['author-link'] = $mail['owner-link'] = $mail['from-url'];
|
||||||
|
|
Loading…
Reference in a new issue