Skip to content

Commit f261913

Browse files
committed
chore: fixed indenting
1 parent 2dfc44f commit f261913

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

web/profiles/custom/os2loop/themes/os2loop_theme/templates/field/field--os2loop-shared-rev-date.html.twig

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
{% if multiple %}
1313
<span>
1414
{% endif %}
15-
{% for item in items %}
16-
<span{{ item.attributes }}>{{ item.content }}</span>
17-
{% endfor %}
18-
{% if multiple %}
15+
{% for item in items %}
16+
<span{{ item.attributes }}>{{ item.content }}</span>
17+
{% endfor %}
18+
{% if multiple %}
1919
</span>
2020
{% endif %}
2121
</span>

0 commit comments

Comments
 (0)