projects
/
jinja2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c306be
)
[svn] fixed typo in docs
author
Armin Ronacher
<armin.ronacher@active-4.com>
Wed, 28 Mar 2007 19:56:29 +0000
(21:56 +0200)
committer
Armin Ronacher
<armin.ronacher@active-4.com>
Wed, 28 Mar 2007 19:56:29 +0000
(21:56 +0200)
--HG--
branch : trunk
docs/src/designerdoc.txt
patch
|
blob
|
history
diff --git
a/docs/src/designerdoc.txt
b/docs/src/designerdoc.txt
index 067f584a7533f143654f41c7fc427cc926b5437a..d369eb88736594b95ad21bd6aab87bed80b52daf 100644
(file)
--- a/
docs/src/designerdoc.txt
+++ b/
docs/src/designerdoc.txt
@@
-680,7
+680,7
@@
are automatically removed. This of course works for other tags too:
Note that you must not use a whitespace between the tag and the minus sign:
-.. sourceode:: jinja
+.. source
c
ode:: jinja
valid:
{%- if foo -%}...{% endif %}