diff --git a/phpBB/styles/all/template/feed.xml.twig b/phpBB/styles/all/template/feed.xml.twig index 91467c62cd..ed591cfb90 100644 --- a/phpBB/styles/all/template/feed.xml.twig +++ b/phpBB/styles/all/template/feed.xml.twig @@ -17,7 +17,7 @@ {% if not row.author is empty %}{% endif %} - {% if not row.updated is empty %}{{ row.updated }} {% else %}{{ row.published }}{% endif %} + {% if not row.updated is empty %}{{ row.updated }}{% else %}{{ row.published }}{% endif %} {% if not row.published is empty %}{{ row.published }}{% endif %}