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>
|
<author>
|
||||||
<name>{$entryAuthor}</name>
|
<name>{$entryAuthor}</name>
|
||||||
</author>
|
</author>
|
||||||
<title type="html"><![CDATA[{$entryTitle}]]></title>
|
<title type="html">{$entryTitle}</title>
|
||||||
<link rel="alternate" type="text/html" href="{$entryUri}" />
|
<link rel="alternate" type="text/html" href="{$entryUri}" />
|
||||||
<id>{$entryUri}</id>
|
<id>{$entryUri}</id>
|
||||||
<updated>{$entryTimestamp}</updated>
|
<updated>{$entryTimestamp}</updated>
|
||||||
|
|
Loading…
Reference in a new issue