1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-10 18:54:08 +02:00

[ticket/16323] Replace the spaceless tag with its homologue filter

PHPBB3-16323
This commit is contained in:
Alfredo Ramos
2020-01-14 14:44:31 -06:00
parent 50ca72e53c
commit ff5fe30407
2 changed files with 6 additions and 4 deletions

View File

@@ -72,6 +72,8 @@ class lexer extends \Twig_Lexer
'endspaceless',
'verbatim',
'endverbatim',
'apply',
'endapply',
);
// Fix tokens that may have inline variables (e.g. <!-- DEFINE $TEST = '{FOO}')