forked from blallo/rss-bridge
Merge pull request #428 from mro/feature/xml_escape
CDATA considered harmful.
This commit is contained in:
commit
fdf98041e3
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class AtomFormat extends FormatAbstract{
|
|||
<author>
|
||||
<name>{$entryAuthor}</name>
|
||||
</author>
|
||||
<title type="html"><![CDATA[{$entryTitle}]]></title>
|
||||
<title type="html">{$entryTitle}</title>
|
||||
<link rel="alternate" type="text/html" href="{$entryUri}" />
|
||||
<id>{$entryUri}</id>
|
||||
<updated>{$entryTimestamp}</updated>
|
||||
|
|
Loading…
Reference in a new issue