Skip to content

Commit f526d30

Browse files
authored
Fixed Twig spaceless tag
Note: deprecated since Twig 2.7
1 parent 0ab8775 commit f526d30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Resources/views/Form/ewz_recaptcha_widget.html.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% block ewz_recaptcha_widget %}
2-
{% spaceless %}
2+
{% apply spaceless %}
33
{% if form.vars.ewz_recaptcha_enabled %}
44
{% if not form.vars.ewz_recaptcha_ajax %}
55
{% if attr.options.size == 'invisible' and attr.options.callback is not defined %}
@@ -79,6 +79,6 @@
7979
</script>
8080
{% endif %}
8181
{% endif %}
82-
{% endspaceless %}
82+
{% endapply %}
8383
{% endblock ewz_recaptcha_widget %}
8484

0 commit comments

Comments
 (0)