forked from blallo/rss-bridge
parent
1b3efce64d
commit
6df657179f
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue