mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-26 08:56:20 +00:00
38acf6f134
The trim_blocks option has been removed as the rendered output depends on the value of this option. This is not a problem for HTML output, but it's a big one if you want to output plain text for instance. The behavior now is the same as if the trim_blocks option is set to true. It mimicks the behavior of PHP tags.