We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cea7ba2 + bec8c74 commit cb5dca6Copy full SHA for cb5dca6
1 file changed
Resources/views/Form/field_type_help.html.twig
@@ -1,7 +1,7 @@
1
{# Widgets #}
2
3
{% block field_help %}
4
- {% if help is defined %}
+ {% if help|default %}
5
<span class="help">{{ help }}</span>
6
{% endif %}
7
{% endblock %}
0 commit comments