From: Mark Story Date: Fri, 1 Apr 2011 01:24:00 +0000 (-0400) Subject: Fixing typo. X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=08959ab5daa09d2b5b6475a4e97090be250c30ef;p=konrad%2Ftwig.git Fixing typo. --- diff --git a/doc/templates.rst b/doc/templates.rst index 1869f63..da8de89 100644 --- a/doc/templates.rst +++ b/doc/templates.rst @@ -167,7 +167,7 @@ leading and or trailing horizontal whitespace from any tag type: .. code-block:: jinja {#- No leading/trailing whitespace -#} - {%- if condition %-} + {%- if condition -%} {{- value -}} {%- endif -%}