Skip to content

Commit

Permalink
removed obsolete note from the doc
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jan 9, 2011
1 parent 34666d4 commit 80fec2d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions doc/templates.rst
Expand Up @@ -950,13 +950,6 @@ Arrays and hashes can be nested:
{% set foo = [1, {"foo": "bar"}] %}
.. caution::

When defining nested hashes, be careful to put at least one whitespace
between the two closing curly braces like in this example: ``{ 'foo: {
'bar': 'foobar' } }``. If not, Twig will interpret ``}}`` as the end of
the expression.

Math
~~~~

Expand Down

0 comments on commit 80fec2d

Please sign in to comment.