mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-01-17 14:18:35 +01:00
[TwitterBridge] Reorder quoted tweets (#921)
Put content before quoted tweet to match the display order on Twitter
This commit is contained in:
parent
78c69b08f0
commit
51634a72e0
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user