mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-16 04:16:28 +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
|
.. code-block:: jinja
|
||||||
|
|
||||||
{% block foo %}
|
{% block foo %}
|
||||||
{% if true %}
|
{% if true %}
|
||||||
true
|
true
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user