1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-07-31 22:00:23 +02:00

CDATA considered harmful.

https://evertpot.com/184/
This commit is contained in:
Marcus Rohrmoser
2016-11-08 22:15:53 +01:00
committed by Marcus Rohrmoser
parent 1b3efce64d
commit 6df657179f

View File

@@ -32,7 +32,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>