Skip to content

Commit 7c9eba6

Browse files
committed
bug #16098 Remove confusing character in class name (chapterjason)
This PR was merged into the 5.3 branch. Discussion ---------- Remove confusing character in class name <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- 9963782 Fix confusing character in class name
2 parents 4afbfd1 + 9963782 commit 7c9eba6

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)