Skip to content

Commit 6243847

Browse files
committed
Merge pull request #2304 from paran01d/fix_21_esi_render_example
Fixed the ESI render example code to work with symfony 2.1
2 parents e9339bd + c524fdf commit 6243847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/http_cache.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ matter), Symfony2 uses the standard ``render`` helper to configure ESI tags:
885885

886886
.. code-block:: jinja
887887
888-
{% render url('latest_news', { 'max': 5 }), {'standalone': true} %}
888+
{% render url('latest_news', { 'max': 5 }) with {}, {'standalone': true} %}
889889
890890
.. code-block:: html+php
891891

0 commit comments

Comments
 (0)