fixed markup in the doc
authorFabien Potencier <fabien.potencier@gmail.com>
Sun, 28 Aug 2011 07:12:46 +0000 (09:12 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Sun, 28 Aug 2011 07:12:46 +0000 (09:12 +0200)
doc/templates.rst

index de7249a..31ae6e7 100644 (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