Update mastodonapi.php

This commit is contained in:
simonpipe 2026-01-01 14:55:08 +01:00
parent 8fb6caedf4
commit 0a4505986d

View file

@ -245,7 +245,7 @@ class YellowMastodonAPI {
$htmlSafeAuthorName = str_replace('@', '@', $origAuthor);
$blockquote = "> \"$content\"";
$blockquote = "> $content";
if (!empty($hashtagString)) {
$blockquote .= "\n>\n> " . $hashtagString;
}