damn cdata tag again...
This commit is contained in:
parent
7b94d1bff7
commit
ffe2ccdf5c
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ class RSSController extends Controller
|
|||
<link>{$link}</link>
|
||||
<guid>{$global['base_url']}/rss/feed/item/{$item['uuid']}</guid>
|
||||
<pubDate>{$date}</pubDate>
|
||||
<description><![CDATA[{$top}]]<br/>]]><![CDATA[{$html}]]></description>
|
||||
<description><![CDATA[{$top}<br/>]]><![CDATA[{$html}]]></description>
|
||||
</item>";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue