From 86ecdf03f4ad602b1d0e1d6f37563047a7ee14a4 Mon Sep 17 00:00:00 2001 From: Katrien Vanhaute Date: Mon, 15 Feb 2021 11:29:37 +0100 Subject: [PATCH] Remove double endif --- src/Backend/Modules/Blog/Layout/Templates/Comments.html.twig | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Backend/Modules/Blog/Layout/Templates/Comments.html.twig b/src/Backend/Modules/Blog/Layout/Templates/Comments.html.twig index 8f41b0ddf7..e85aeae1b6 100644 --- a/src/Backend/Modules/Blog/Layout/Templates/Comments.html.twig +++ b/src/Backend/Modules/Blog/Layout/Templates/Comments.html.twig @@ -140,7 +140,6 @@ {% else %} {{ macro.emptyState(null, null, 'msg.NoSpam'|trans|ucfirst) }} - {% endif %} {% endif %}