From: Karl Horky Date: Thu, 17 Oct 2013 08:00:32 +0000 (+0200) Subject: missing closing parenthesis X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=9b7322496e8deab18f7b7defe56e30a44980b599;p=web%2Fkonrad%2Ftwig.git missing closing parenthesis --- diff --git a/doc/functions/template_from_string.rst b/doc/functions/template_from_string.rst index bbb06d8..f21d91f 100644 --- a/doc/functions/template_from_string.rst +++ b/doc/functions/template_from_string.rst @@ -8,7 +8,7 @@ The ``template_from_string`` function loads a template from a string: .. code-block:: jinja - {{ include(template_from_string("Hello {{ name }}") }} + {{ include(template_from_string("Hello {{ name }}")) }} {{ include(template_from_string(page.template)) }} .. note::