Skip to content
Snippets Groups Projects
Commit 20422026 authored by Stefan Galinski's avatar Stefan Galinski :video_game:
Browse files

[BUGFIX] Fix the feed validation

parent 8ff70e20
No related branches found
Tags 3.2.4
No related merge requests found
......@@ -13,7 +13,7 @@
<entry>
<title>{singleNews.subtitleWithFallbackToTitle}</title>
<link href="{f:uri.page(pageUid: '{singleNews.uid}')}" />
<id>{singleNews.uid}</id>
<id>{f:uri.page(pageUid: '{singleNews.uid}')}</id>
<updated>{singleNews.lastUpdated -> f:format.date(format: "Y-m-d\TH:i:s+01:00")}</updated>
<summary type="html">{singleNews.description}</summary>
</entry>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment