We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ab8775 commit f526d30Copy full SHA for f526d30
src/Resources/views/Form/ewz_recaptcha_widget.html.twig
@@ -1,5 +1,5 @@
1
{% block ewz_recaptcha_widget %}
2
-{% spaceless %}
+{% apply spaceless %}
3
{% if form.vars.ewz_recaptcha_enabled %}
4
{% if not form.vars.ewz_recaptcha_ajax %}
5
{% if attr.options.size == 'invisible' and attr.options.callback is not defined %}
@@ -79,6 +79,6 @@
79
</script>
80
{% endif %}
81
82
-{% endspaceless %}
+{% endapply %}
83
{% endblock ewz_recaptcha_widget %}
84
0 commit comments