From: Fabien Potencier Date: Mon, 26 Dec 2011 10:17:02 +0000 (+0100) Subject: fixed typo X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=a9aeea41d2155cf7d0b674acf1c0b2679aafb2aa;p=web%2Fkonrad%2Ftwig.git fixed typo --- diff --git a/doc/templates.rst b/doc/templates.rst index 8bafe64..3e0414f 100644 --- 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' }