Skip to content

Commit

Permalink
Merge pull request #5 from carlos-mg89/feature-removed-deprecated-twi…
Browse files Browse the repository at this point in the history
…g-tag

Removed deprecated Twig spaceless tag
  • Loading branch information
carlos-mg89 authored Dec 9, 2020
2 parents 05d6af1 + 97ed51d commit 11f9e47
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Resources/views/captcha.html.twig
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% block simple_captcha_widget %}
{% spaceless %}
{% apply spaceless %}
{{ captcha_html | raw }}
{{ form_widget(form, { 'id': user_input_id, 'value': '' }) }}
{% endspaceless %}
{% endapply %}
{% endblock %}

{% block captcha_widget %}
{% spaceless %}
{% apply spaceless %}
{{ captcha_html | raw }}
{{ form_widget(form, { 'id': user_input_id, 'value': '' }) }}
{% endspaceless %}
{% endblock %}
{% endapply %}
{% endblock %}

0 comments on commit 11f9e47

Please sign in to comment.