smarty-php / smarty

Smarty is a template engine for PHP, facilitating the separation of presentation (HTML/CSS) from application logic.
Other
2.23k stars 703 forks source link

Fix Too many shorthand attributes #953

Closed wisskid closed 4 months ago

wisskid commented 4 months ago

Fix Too many shorthand attributes error when using a modifier as a function with more than 3 parameters in an expression

Fixes #949