fixed doc markup
authorFabien Potencier <fabien.potencier@gmail.com>
Tue, 3 Apr 2012 07:08:32 +0000 (09:08 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Tue, 3 Apr 2012 07:08:32 +0000 (09:08 +0200)
doc/tags/sandbox.rst

index 22a534f..0275537 100644 (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