1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

Merge pull request #6110 from CHItA/ticket/16673

[ticket/16673] Update feed.xml.twig
This commit is contained in:
Marc Alexander
2021-01-05 22:52:37 +01:00

View File

@@ -17,7 +17,7 @@
<entry> <entry>
{% if not row.author is empty %}<author><name><![CDATA[{{ row.author }}]]></name></author>{% endif %} {% if not row.author is empty %}<author><name><![CDATA[{{ row.author }}]]></name></author>{% endif %}
<updated>{% if not row.updated is empty %}{{ row.updated }} {% else %}{{ row.published }}{% endif %}</updated> <updated>{% if not row.updated is empty %}{{ row.updated }}{% else %}{{ row.published }}{% endif %}</updated>
{% if not row.published is empty %}<published>{{ row.published }}</published>{% endif %} {% if not row.published is empty %}<published>{{ row.published }}</published>{% endif %}