From: Fabien Potencier Date: Sun, 9 Jan 2011 06:47:39 +0000 (+0100) Subject: removed obsolete note from the doc X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=80fec2dc88c49515515fde61be9cebb9533cf25f;p=web%2Fkonrad%2Ftwig.git removed obsolete note from the doc --- diff --git a/doc/templates.rst b/doc/templates.rst index 231c0eb..efb15ac 100644 --- a/doc/templates.rst +++ b/doc/templates.rst @@ -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 ~~~~