mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-01 14:20:16 +02:00
[TwitterBridge] Reorder quoted tweets (#921)
Put content before quoted tweet to match the display order on Twitter
This commit is contained in:
@@ -258,14 +258,14 @@ EOD;
|
||||
}
|
||||
|
||||
$item['content'] = <<<EOD
|
||||
{$item['content']}
|
||||
<hr>
|
||||
<div style="display: inline-block; vertical-align: top;">
|
||||
<blockquote>{$cleanedQuotedTweet}</blockquote>
|
||||
</div>
|
||||
<div style="display: block; vertical-align: top;">
|
||||
<blockquote>{$quotedImage_html}</blockquote>
|
||||
</div>
|
||||
<hr>
|
||||
{$item['content']}
|
||||
EOD;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user