fixed markup in the doc

This commit is contained in:
Fabien Potencier
2011-08-28 09:12:46 +02:00
parent 4402ee2c1d
commit 543d18b27d
+3 -3
View File
@@ -405,7 +405,7 @@ the parent template::
The possibility to pass an array of templates has been added in Twig 1.2.
You can also provide a list of templates that are checked for existence. The
first template that exists will be used as a parent::
first template that exists will be used as a parent:
.. code-block:: jinja
@@ -892,7 +892,7 @@ directly::
You can mark an include with ``ignore missing`` in which case Twig will ignore
the statement if the template to be ignored does not exist. It has to be
placed just after the template name. Here some valid examples::
placed just after the template name. Here some valid examples:
.. code-block:: jinja
@@ -904,7 +904,7 @@ placed just after the template name. Here some valid examples::
The possibility to pass an array of templates has been added in Twig 1.2.
You can also provide a list of templates that are checked for existence before
inclusion. The first template that exists will be included::
inclusion. The first template that exists will be included:
.. code-block:: jinja