From: Fabien Potencier Date: Sun, 8 Jan 2012 19:24:02 +0000 (+0100) Subject: fixed markup in doc X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=f06ac33b53e2a34364225decfb52159441c528d7;p=web%2Fkonrad%2Ftwig.git fixed markup in doc --- diff --git a/doc/coding_standards.rst b/doc/coding_standards.rst index 7c0a3de..2151050 100644 --- a/doc/coding_standards.rst +++ b/doc/coding_standards.rst @@ -76,7 +76,7 @@ standards: * Use lower cased and underscored variable names: - .. code-block:: jinja + .. code-block:: jinja - {% set foo = 'foo' %} - {% set foo_bar = 'foo' %} + {% set foo = 'foo' %} + {% set foo_bar = 'foo' %}