From: Fabien Potencier Date: Sun, 30 Dec 2012 16:18:01 +0000 (+0100) Subject: fixed typo in the docs X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=10cdd2f5928dd47a52f58b9b6774e214eb8e38a8;p=web%2Fkonrad%2Ftwig.git fixed typo in the docs --- diff --git a/CHANGELOG b/CHANGELOG index 7862f17..4794b50 100644 --- 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 diff --git a/doc/tags/include.rst b/doc/tags/include.rst index 01ad532..d839968 100644 --- a/doc/tags/include.rst +++ b/doc/tags/include.rst @@ -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