quick fix for malformed CDATA tag
This commit is contained in:
parent
0213c7b180
commit
7b94d1bff7
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