filter rss

This commit is contained in:
2021-12-28 21:37:04 +03:00
parent 38e04b4d94
commit 5b279f70e6
4 changed files with 14 additions and 9 deletions

View File

@@ -20,7 +20,7 @@
<?endif?>
<pubDate><?=_U2RFC822($post->post_date)?></pubDate>
<yandex:full-text><![CDATA[
<?=trim($post->post_content)?>
<?=filterHtml($post->post_content)?>
]]>
</yandex:full-text>
</item>