projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
8f158bd
)
Fixing typo.
author
Mark Story
<mark@mark-story.com>
Fri, 1 Apr 2011 01:24:00 +0000 (21:24 -0400)
committer
Mark Story
<mark@mark-story.com>
Fri, 1 Apr 2011 01:24:00 +0000 (21:24 -0400)
doc/templates.rst
patch
|
blob
|
history
diff --git
a/doc/templates.rst
b/doc/templates.rst
index
1869f63
..
da8de89
100644
(file)
--- 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 -%}