mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 07:37:27 +02:00
committed by
Marcus Rohrmoser
parent
1b3efce64d
commit
6df657179f
@@ -32,7 +32,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>
|
||||||
|
Reference in New Issue
Block a user