Skip to content

Commit

Permalink
Fixed issue #13732: Twig strip_tags function didn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnoulle committed Dec 13, 2024
1 parent 50c91aa commit 64ff2b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion application/config/internal.php
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@
'empty' => 'empty',
'count' => 'LS_Twig_Extension::safecount',
'reset' => 'reset',
'strip_tags' => 'strip_tags',
'in_array' => 'in_array',
'in_multiarray' => 'LS_Twig_Extension::in_multiarray',
'array_search' => 'array_search',
Expand Down Expand Up @@ -343,7 +344,7 @@
'capitalize',
'lower',
'upper',
'strip_tags',
'striptags',
'number_format',
),
'methods' => array(
Expand Down Expand Up @@ -387,6 +388,7 @@
'ellipsizeString',
'flatEllipsizeText',
'str_replace',
'strip_tags',
'strpos',
'flattenText',
'getConfig',
Expand Down

0 comments on commit 64ff2b3

Please sign in to comment.