mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-05 08:07:33 +02:00
fix: only escape iframe,script and link for html output (#3882)
This commit is contained in:
@@ -119,7 +119,7 @@ class MrssFormat extends FormatAbstract
|
||||
$itemTimestamp = $item->getTimestamp();
|
||||
$itemTitle = $item->getTitle();
|
||||
$itemUri = $item->getURI();
|
||||
$itemContent = $item->getContent() ? break_annoying_html_tags($item->getContent()) : '';
|
||||
$itemContent = $item->getContent() ?? '';
|
||||
$itemUid = $item->getUid();
|
||||
$isPermaLink = 'false';
|
||||
|
||||
|
Reference in New Issue
Block a user