fixed typo in the docs
authorFabien Potencier <fabien.potencier@gmail.com>
Sun, 30 Dec 2012 16:18:01 +0000 (17:18 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Sun, 30 Dec 2012 16:18:01 +0000 (17:18 +0100)
CHANGELOG
doc/tags/include.rst

index 7862f17..4794b50 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-* 1.12.0 (2012-XX-XX)
+* 1.12.0-RC1 (2012-12-29)
 
  * added an include function (does the same as the include tag but in a more flexible way)
  * added the ability to use any PHP callable to define filters, functions, and tests
index 01ad532..d839968 100644 (file)
@@ -69,7 +69,7 @@ placed just after the template name. Here some valid examples:
 .. code-block:: jinja
 
     {% include 'sidebar.html' ignore missing %}
-    {% include 'sidebar.html' ignore missing with {'foo': 'bar} %}
+    {% include 'sidebar.html' ignore missing with {'foo': 'bar'} %}
     {% include 'sidebar.html' ignore missing only %}
 
 .. versionadded:: 1.2