removed trim_blocks option
authorFabien Potencier <fabien.potencier@gmail.com>
Fri, 19 Nov 2010 12:04:59 +0000 (13:04 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Fri, 19 Nov 2010 12:21:24 +0000 (13:21 +0100)
commit38acf6f134554b5deff354fc205096b60a851ecf
tree1dacc92aab0cb961bdc6bda752536b632440a7c3
parent15e46e598d8c64b1612cb4be102d704c63e0b604
removed trim_blocks option

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.
CHANGELOG
doc/02-Twig-for-Template-Designers.markdown
doc/03-Twig-for-Developers.markdown
lib/Twig/Environment.php
lib/Twig/Lexer.php
lib/Twig/TokenStream.php