projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
f3de043
)
fixed typo
author
Fabien Potencier
<fabien.potencier@gmail.com>
Mon, 26 Dec 2011 10:17:02 +0000 (11:17 +0100)
committer
Fabien Potencier
<fabien.potencier@gmail.com>
Mon, 26 Dec 2011 10:17:02 +0000 (11:17 +0100)
doc/templates.rst
patch
|
blob
|
history
diff --git
a/doc/templates.rst
b/doc/templates.rst
index
8bafe64
..
3e0414f
100644
(file)
--- a/
doc/templates.rst
+++ b/
doc/templates.rst
@@
-480,7
+480,7
@@
exist:
* ``{"foo": "bar"}``: Hashes are defined by a list of keys and values
separated by a comma (``,``) and wrapped with curly braces (``{}``):
- .. node-block:: jinja
+ .. code-block:: jinja
# keys as string
{ 'foo': 'foo', 'bar': 'bar' }