template no longer escapes for HTML
This commit is contained in:
parent
c53725921a
commit
55a620683b
1 changed files with 3 additions and 3 deletions
|
|
@ -2,14 +2,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<rss version="2.0">
|
||||
<channel>
|
||||
<title><tmpl_var title ESCAPE="HTML"></title>
|
||||
<title><tmpl_var title></title>
|
||||
<link><tmpl_var link></link>
|
||||
<description><tmpl_var description></description>
|
||||
<tmpl_loop item_loop>
|
||||
<item>
|
||||
<title><tmpl_var title ESCAPE="HTML"></title>
|
||||
<title><tmpl_var title></title>
|
||||
<link><tmpl_var link></link>
|
||||
<description><tmpl_var description ESCAPE="HTML"></description>
|
||||
<description><tmpl_var description></description>
|
||||
<guid isPermaLink="true"><tmpl_var guid></guid>
|
||||
<pubDate><tmpl_var pubDate></pubDate>
|
||||
</item>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue