8000 Fix bootstrap class name help-block · symfony/symfony-docs@af5a5be · GitHub
[go: up one dir, main page]

Skip to content

Commit af5a5be

Browse files
committed
Fix bootstrap class name help-block
1 parent fa92eac commit af5a5be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/form/form_customization.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1055,7 +1055,7 @@ form, modify the ``use`` tag and add the following:
10551055
{{ block('base_form_widget_simple') }}
10561056

10571057
{% if help is defined %}
1058-
<span class="help">{{ help }}</span>
1058+
<span class="help-block">{{ help }}</span>
10591059
{% endif %}
10601060
{% endblock %}
10611061

@@ -1070,7 +1070,7 @@ the following:
10701070
{{ parent() }}
10711071

10721072
{% if help is defined %}
1073-
<span class="help">{{ help }}</span>
1073+
<span class="help-block">{{ help }}</span>
10741074
{% endif %}
10751075
{% endblock %}
10761076

0 commit comments

Comments
 (0)
0