Added label for "Whitespace Control" section

This commit is contained in:
Ulf
2015-06-02 11:41:25 +02:00
committed by Fabien Potencier
parent d63ac2088e
commit df9da8e858
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -33,5 +33,5 @@ quirks under some circumstances.
.. tip::
For more information on whitespace control, read the
:doc:`dedicated<../templates>` section of the documentation and learn how
:ref:`dedicated section <templates-whitespace-control>` of the documentation and learn how
you can also use the whitespace control modifier on your tags.
+2
View File
@@ -801,6 +801,8 @@ inserted into the string:
{{ "foo #{bar} baz" }}
{{ "foo #{1 + 2} baz" }}
.. _templates-whitespace-control:
Whitespace Control
------------------