Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 455aa5b

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎form/bootstrap5.rst

Copy file name to clipboardExpand all lines: form/bootstrap5.rst
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.