Skip to content

Commit

Permalink
Remove deprecated twig spaceless filter (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
mustanggb authored Sep 20, 2024
1 parent 9f25401 commit 9ca2636
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Resources/views/Form/fields.html.twig
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{% block tbbc_money_widget %}
{% for child in form %}
{{ form_widget(child) | spaceless }}
{{ form_widget(child) }}
{% endfor %}
{% endblock %}
{% block tbbc_currency_widget %}
{% for child in form %}
{{ form_widget(child) | spaceless }}
{{ form_widget(child) }}
{% endfor %}
{% endblock %}

0 comments on commit 9ca2636

Please sign in to comment.