1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-22 16:22:58 +02:00

Merge branch '3.3.x'

This commit is contained in:
Marc Alexander
2020-01-18 14:34:37 +01:00
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}')