projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
a8395b3
)
fix documentation code block
author
Simon Constans
<simonc@theodo.fr>
Mon, 13 May 2013 20:34:50 +0000 (22:34 +0200)
committer
Simon Constans
<simonc@theodo.fr>
Mon, 13 May 2013 20:34:50 +0000 (22:34 +0200)
doc/tags/set.rst
patch
|
blob
|
history
diff --git
a/doc/tags/set.rst
b/doc/tags/set.rst
index
4f2b2ab
..
ac5ce53
100644
(file)
--- a/
doc/tags/set.rst
+++ b/
doc/tags/set.rst
@@
-29,6
+29,8
@@
The assigned value can be any valid :ref:`Twig expressions
Several variables can be assigned in one block:
+.. code-block:: jinja
+
{% set foo, bar = 'foo', 'bar' %}
{# is equivalent to #}