Skip to content

Commit 8d2a7b6

Browse files
committed
style: fix Twig button tag indentation in core templates
1 parent 55a6d25 commit 8d2a7b6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/bundle/Core/Resources/views/Security/login.html.twig

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
<input type="hidden" name="_target_path" value="/account" />
3131
#}
3232
<twig:ibexa:button
33-
html_type="submit"
34-
type="primary"
35-
>
36-
{{ 'Login'|trans }}
37-
</twig:ibexa:button>
33+
html_type="submit"
34+
type="primary"
35+
>
36+
{{ 'Login'|trans }}
37+
</twig:ibexa:button>
3838
</fieldset>
3939
{% endblock %}
4040
</form>

0 commit comments

Comments
 (0)