From 463848dc08dc768f5b8380d11bc2b707b20369eb Mon Sep 17 00:00:00 2001 From: rxu Date: Sat, 25 May 2024 11:22:03 +0700 Subject: [PATCH] [ticket/17151] Make textarea id optional PHPBB3-17151 --- phpBB/styles/all/template/macros/forms/input.twig | 2 +- phpBB/styles/all/template/macros/forms/select.twig | 2 +- phpBB/styles/all/template/macros/forms/textarea.twig | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/phpBB/styles/all/template/macros/forms/input.twig b/phpBB/styles/all/template/macros/forms/input.twig index 8ddb66ee08..4016ad9da3 100644 --- a/phpBB/styles/all/template/macros/forms/input.twig +++ b/phpBB/styles/all/template/macros/forms/input.twig @@ -1,4 +1,4 @@ -{% apply replace({"\n\t": ' ', "\t": '', "\n": ''}) %} +{% apply replace({"\n\t": ' ', "\t": '', "\n": ''}) %}