1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 03:34:04 +02:00

[ticket/17151] Adjust template output formatting

PHPBB3-17151
This commit is contained in:
rxu
2023-09-23 10:21:07 +07:00
parent 130366edfa
commit 830c1f3dc3
2 changed files with 6 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
{% apply replace({"\n": ' ', "\t": ''}) %}
{% apply replace({"\n\t": ' ', "\t": '', "\n": ''}) %}
<input
{% if CLASS %}class="{{ CLASS }}" {% endif %}
{% if ID %}id="{{ ID }}" {% endif %}