From 80fec2dc88c49515515fde61be9cebb9533cf25f Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sun, 9 Jan 2011 07:47:39 +0100 Subject: [PATCH] removed obsolete note from the doc --- doc/templates.rst | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) 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 ~~~~ -- 1.7.2.5