projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
53e89ef
)
fixed doc markup
author
Fabien Potencier
<fabien.potencier@gmail.com>
Tue, 3 Apr 2012 07:08:32 +0000 (09:08 +0200)
committer
Fabien Potencier
<fabien.potencier@gmail.com>
Tue, 3 Apr 2012 07:08:32 +0000 (09:08 +0200)
doc/tags/sandbox.rst
patch
|
blob
|
history
diff --git
a/doc/tags/sandbox.rst
b/doc/tags/sandbox.rst
index
22a534f
..
0275537
100644
(file)
--- a/
doc/tags/sandbox.rst
+++ b/
doc/tags/sandbox.rst
@@
-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