From fc5635bad34dc87737cafc634e67f020f4827f6d Mon Sep 17 00:00:00 2001 From: slawkens Date: Fri, 22 Sep 2023 16:19:56 +0200 Subject: [PATCH] spaceless twig tag is deprecated as well --- templates/tibiacom/account.login.html.twig | 4 ++-- templates/tibiacom/buttons.base.html.twig | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/tibiacom/account.login.html.twig b/templates/tibiacom/account.login.html.twig index d71ac78e..3e459a8b 100644 --- a/templates/tibiacom/account.login.html.twig +++ b/templates/tibiacom/account.login.html.twig @@ -115,14 +115,14 @@
- {% spaceless %} + {% apply spaceless %}
- {% endspaceless %} + {% endapply %}

{{ config.lua.serverName }}...

diff --git a/templates/tibiacom/buttons.base.html.twig b/templates/tibiacom/buttons.base.html.twig index 6833a61d..fe8447dc 100644 --- a/templates/tibiacom/buttons.base.html.twig +++ b/templates/tibiacom/buttons.base.html.twig @@ -1,8 +1,8 @@ -{% spaceless %} +{% apply spaceless %}
-{% endspaceless %} +{% endapply %}