Skip to content

Commit 6658c97

Browse files
committed
[#2304] Finding another bad {% render syntax in 2.1
1 parent 6243847 commit 6658c97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/templating.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ Symfony2 uses the standard ``render`` helper to configure ``hinclude`` tags:
706706

707707
.. code-block:: jinja
708708
709-
{% render url('...'), {'standalone': 'js'} %}
709+
{% render url('...') with {}, {'standalone': 'js'} %}
710710
711711
.. code-block:: php
712712

0 commit comments

Comments
 (0)