From e7160c92f0946b5cffcddda226903eaff6160297 Mon Sep 17 00:00:00 2001 From: teokolo Date: Thu, 17 Dec 2020 22:53:09 +0100 Subject: [PATCH] [ticket/16673] Update feed.xml.twig removed whitespace causing feed to be refused by w3c atom validator and google search console PHPBB3-16673 --- phpBB/styles/all/template/feed.xml.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}