[ticket/16673] Update feed.xml.twig

removed whitespace causing feed to be refused by w3c atom validator
and google search console

PHPBB3-16673
This commit is contained in:
teokolo 2020-12-17 22:53:09 +01:00 committed by Máté Bartus
parent cbc51bc8e8
commit e7160c92f0

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 %}