Update mastodonapi.php
This commit is contained in:
parent
8fb6caedf4
commit
0a4505986d
1 changed files with 1 additions and 1 deletions
|
|
@ -245,7 +245,7 @@ class YellowMastodonAPI {
|
||||||
|
|
||||||
$htmlSafeAuthorName = str_replace('@', '@', $origAuthor);
|
$htmlSafeAuthorName = str_replace('@', '@', $origAuthor);
|
||||||
|
|
||||||
$blockquote = "> \"$content\"";
|
$blockquote = "> $content";
|
||||||
if (!empty($hashtagString)) {
|
if (!empty($hashtagString)) {
|
||||||
$blockquote .= "\n>\n> " . $hashtagString;
|
$blockquote .= "\n>\n> " . $hashtagString;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue