mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-02-16 15:19:55 +03:00
[TwitterBridge] Don't decode HTML entities for feed content (#2470)
This commit is contained in:
parent
680fa29668
commit
73a5dd928a
1 changed files with 0 additions and 2 deletions
|
@ -466,8 +466,6 @@ EOD;
|
|||
</div>
|
||||
EOD;
|
||||
|
||||
$item['content'] = htmlspecialchars_decode($item['content'], ENT_QUOTES);
|
||||
|
||||
// put out
|
||||
$this->items[] = $item;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue