diff --git a/doc/coding_standards.rst b/doc/coding_standards.rst index ee404166f..3cc7ba7a6 100644 --- a/doc/coding_standards.rst +++ b/doc/coding_standards.rst @@ -92,8 +92,8 @@ standards: .. code-block:: twig - {% set name = 'Fabien' %} - {% set first_name = 'Fabien' %} + {% set name = 'Fabien' %} + {% set first_name = 'Fabien' %} * Indent your code inside tags (use the same indentation as the one used for the target language of the rendered template):