diff options
Diffstat (limited to 'template/standard/html/feed/item_page.php')
-rw-r--r-- | template/standard/html/feed/item_page.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/standard/html/feed/item_page.php b/template/standard/html/feed/item_page.php index f1a7a4d..25d7d30 100644 --- a/template/standard/html/feed/item_page.php +++ b/template/standard/html/feed/item_page.php @@ -13,10 +13,10 @@ <guid isPermaLink="false"><?=$PAGE['GUID']?></guid> <pubDate><?=parseDatetime($PAGE['ATTR']['TIME_INSERT'], '[RFC2822]')?></pubDate> <dc:creator><?=escapeHTML($USER['ATTR']['FULLNAME'])?></dc:creator> - <description><?=escapeHTML(description($PAGE['BODY']['HTML'], 400))?></description> + <description><?=escapeHTML(description($PAGE['BODY']['HTML'](), 400))?></description> <content:encoded> <![CDATA[ - <?=$PAGE['BODY']['HTML']?> + <?=$PAGE['BODY']['HTML']()?> ]]> </content:encoded> <?php foreach($PAGE['FILE']['LIST'] as $fileURL): ?> |