mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-13 19:06:40 +00:00
Do not mix indention levels
Not sure if this was intentional, but the "if" line had an indention of 3 spaces, while the "true" line has an indention of 4 spaces.
This commit is contained in:
committed by
Fabien Potencier
parent
b7cd3a88dc
commit
507f697ad0
@@ -95,7 +95,7 @@ standards:
|
||||
.. code-block:: jinja
|
||||
|
||||
{% block foo %}
|
||||
{% if true %}
|
||||
true
|
||||
{% endif %}
|
||||
{% if true %}
|
||||
true
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user