Skip to content

Commit 455aa5b

Browse files
committed
Merge branch '5.3' into 5.4
* 5.3: Fix confusing character in class name
2 parents b2b90ab + 7c9eba6 commit 455aa5b

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
@@ -114,7 +114,7 @@ Form type or ``ChoiceType`` configuration) to the label class.
114114
$builder
115115
->add('myCheckbox', CheckboxType::class, [
116116
'label_attr' => [
117-
'class' => '`checkbox-inline',
117+
'class' => 'checkbox-inline',
118118
],
119119
])
120120
->add('myRadio', RadioType::class, [

0 commit comments

Comments
 (0)