phpBB

Code Changes

File: styles/all/template/feed.xml.twig

  Unmodified   Added   Modified   Removed
Line 17Line 17
	<entry>
{% if not row.author is empty %}<author><name><![CDATA[{{ row.author }}]]></name></author>{% endif %}


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



{% if not row.published is empty %}<published>{{ row.published }}</published>{% endif %}