* Ouch, sorry.

* fix indentation.
This commit is contained in:
Marcus Rohrmoser 2016-11-08 22:44:54 +01:00 committed by Teromene
parent 51e9298a2b
commit af572341b3
2 changed files with 6 additions and 6 deletions

View file

@ -32,7 +32,7 @@ class MrssFormat extends FormatAbstract {
$itemContent = isset($item['content']) ? $this->xml_encode($this->sanitizeHtml($item['content'])) : '';
$entryEnclosures = "";
foreach($item['enclosures'] as $enclosure)
$entryEnclosures .= "<enclosure url=\"".xml_encode($enclosure)."\"/>";
$entryEnclosures .= "<enclosure url=\"".$this->xml_encode($enclosure)."\"/>";
$items .= <<<EOD
<item>