Merge pull request #428 from mro/feature/xml_escape

CDATA considered harmful.
This commit is contained in:
LogMANOriginal 2016-11-09 18:35:52 +01:00 committed by GitHub
commit fdf98041e3

View file

@ -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>