fix documentation code block
authorSimon Constans <simonc@theodo.fr>
Mon, 13 May 2013 20:34:50 +0000 (22:34 +0200)
committerSimon Constans <simonc@theodo.fr>
Mon, 13 May 2013 20:34:50 +0000 (22:34 +0200)
doc/tags/set.rst

index 4f2b2ab..ac5ce53 100644 (file)
@@ -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 #}