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