Skip to content

Commit c459a8a

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: Fix confusing character in class name
2 parents 9c55d5b + 455aa5b commit c459a8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

form/bootstrap5.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Form type or ``ChoiceType`` configuration) to the label class.
110110
$builder
111111
->add('myCheckbox', CheckboxType::class, [
112112
'label_attr' => [
113-
'class' => '`checkbox-inline',
113+
'class' => 'checkbox-inline',
114114
],
115115
])
116116
->add('myRadio', RadioType::class, [

0 commit comments

Comments
 (0)