diff options
Diffstat (limited to 'template/standard/html/feed/item_page.php')
-rw-r--r-- | template/standard/html/feed/item_page.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/standard/html/feed/item_page.php b/template/standard/html/feed/item_page.php index 9defc25..ac3d197 100644 --- a/template/standard/html/feed/item_page.php +++ b/template/standard/html/feed/item_page.php @@ -13,7 +13,7 @@ <guid isPermaLink="false"><?=$PAGE['GUID']?></guid> <pubDate><?=parseDatetime($PAGE['ATTR']['TIME_INSERT'], '[RFC2822]')?></pubDate> <dc:creator><?=escapeHTML($USER['ATTR']['FULLNAME'])?></dc:creator> - <description><?=escapeHTML(cut(removeLineBreaksAndTabs(removeHTML($PAGE['BODY']['HTML'])), 400))?></description> + <description><?=description($PAGE['BODY']['HTML'], 400)?></description> <content:encoded> <![CDATA[ <?=$PAGE['BODY']['HTML']?> |