From 9963782f865f57677971d90f9fc78a19f5122935 Mon Sep 17 00:00:00 2001 From: chapterjason Date: Fri, 12 Nov 2021 16:14:05 +0100 Subject: [PATCH] Fix confusing character in class name --- form/bootstrap5.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/form/bootstrap5.rst b/form/bootstrap5.rst index 779820b9861..2e82bda0cab 100644 --- a/form/bootstrap5.rst +++ b/form/bootstrap5.rst @@ -114,7 +114,7 @@ Form type or ``ChoiceType`` configuration) to the label class. $builder ->add('myCheckbox', CheckboxType::class, [ 'label_attr' => [ - 'class' => '`checkbox-inline', + 'class' => 'checkbox-inline', ], ]) ->add('myRadio', RadioType::class, [