Skip to content

Commit c524fdf

Browse files
author
Mike Bissett
committed
Fixed the ESI render example code to work with symfony 2.1
1 parent 3e6be25 commit c524fdf

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:: php
891891

0 commit comments

Comments
 (0)