tweaked doc

This commit is contained in:
Fabien Potencier
2011-04-14 07:42:28 +02:00
parent ef55950c13
commit 91750f37e9
+3 -4
View File
@@ -146,6 +146,9 @@ add information for other template designers or yourself:
Whitespace Control
------------------
.. versionadded:: 1.1
Tag level whitespace control was added in Twig 1.1.
The first newline after a template tag is removed automatically (like in PHP.)
Whitespace is not further modified by the template engine, so each whitespace
(spaces, tabs, newlines etc.) is returned unchanged.
@@ -188,10 +191,6 @@ of a tag:
{# outputs '<li>value </li>' #}
.. versionadded:: 1.1
Tag level whitespace control was added in 1.1
Escaping
--------