diff --git a/doc/templates.rst b/doc/templates.rst index c0ea26743..47b843b4e 100644 --- a/doc/templates.rst +++ b/doc/templates.rst @@ -558,7 +558,7 @@ even if you're not working with PHP you should feel comfortable with it. .. code-block:: jinja - {% set greeting = 'Hello' %} + {% set greeting = 'Hello ' %} {% set name = 'Fabien' %} {{ greeting ~ name|lower }} {# Hello fabien #}