projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
3225226
)
Fixed typo that messes up with syntax highlighting
author
iamdto
<iamdto@gmail.com>
Fri, 18 Jan 2013 09:43:17 +0000 (10:43 +0100)
committer
iamdto
<iamdto@gmail.com>
Fri, 18 Jan 2013 09:43:17 +0000 (10:43 +0100)
doc/templates.rst
patch
|
blob
|
history
diff --git
a/doc/templates.rst
b/doc/templates.rst
index
a23fcb6
..
4ffd3a8
100644
(file)
--- a/
doc/templates.rst
+++ b/
doc/templates.rst
@@
-217,7
+217,7
@@
the values you pass as arguments:
{{ data|convert_encoding(from='iso-2022-jp', to='UTF-8') }}
Named arguments also allow you to skip some arguments for which you don't want
-to change the default value::
+to change the default value:
.. code-block:: jinja