mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-24 23:37:18 +00:00
parent
51e9298a2b
commit
af572341b3
@ -32,7 +32,7 @@ class MrssFormat extends FormatAbstract {
|
|||||||
$itemContent = isset($item['content']) ? $this->xml_encode($this->sanitizeHtml($item['content'])) : '';
|
$itemContent = isset($item['content']) ? $this->xml_encode($this->sanitizeHtml($item['content'])) : '';
|
||||||
$entryEnclosures = "";
|
$entryEnclosures = "";
|
||||||
foreach($item['enclosures'] as $enclosure)
|
foreach($item['enclosures'] as $enclosure)
|
||||||
$entryEnclosures .= "<enclosure url=\"".xml_encode($enclosure)."\"/>";
|
$entryEnclosures .= "<enclosure url=\"".$this->xml_encode($enclosure)."\"/>";
|
||||||
$items .= <<<EOD
|
$items .= <<<EOD
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
|
Loading…
Reference in New Issue
Block a user