Merge branch '3.3.x'

This commit is contained in:
Marc Alexander 2021-01-05 22:52:47 +01:00
commit 10b61f5ec7
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -17,7 +17,7 @@
<entry>
{% 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 %}