HandlerFeedGenerator: Improvements to make feed vlaid

This commit is contained in:
2022-03-28 20:06:42 +02:00
förälder 1ae5495e61
incheckning 5bb3f55945
3 ändrade filer med 10 tillägg och 4 borttagningar

Visa fil

@@ -3,5 +3,6 @@
<link href="{qswiki:var:entryurl}"/>
<id>{qswiki:var:entryid}</id>
<published>{qswiki:var:entrypublished}</published>
<updated>{qswiki:var:entryupdated}</updated>
<content type="html">{qswiki:var:entrycontent}</content>
</entry>

Visa fil

@@ -5,4 +5,5 @@
</author>
<title>{qswiki:config:wikiname} - {qswiki:var:subtitle}</title>
<id>{qswiki:var:atomfeeduniqueid}</id>
<link rel="self" href="{qswiki:var:atomselflink}"/>
<updated>{qswiki:var:atomfeedupdate}</updated>