fixed doc markup

This commit is contained in:
Fabien Potencier
2012-04-03 09:08:32 +02:00
parent 53e89ef2eb
commit 81807ea95b
+2 -2
View File
@@ -2,7 +2,7 @@
===========
The ``sandbox`` tag can be used to enable the sandboxing mode for an included
template, when sandboxing is not enabled globally for the Twig environment::
template, when sandboxing is not enabled globally for the Twig environment:
.. code-block:: jinja
@@ -19,7 +19,7 @@ template, when sandboxing is not enabled globally for the Twig environment::
The ``sandbox`` tag can only be used to sandbox an include tag and it
cannot be used to sandbox a section of a template. The following example
won't work for example::
won't work for example:
.. code-block:: jinja