Skip to content

Commit 3344a4f

Browse files
committed
minor #11176 use correct quote (OskarStark)
This PR was merged into the 4.2 branch. Discussion ---------- use correct quote <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap 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 `master` for features of unreleased versions). --> Commits ------- a5f7929 use correct quote
1 parent 8035145 commit 3344a4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ instance, the framework bundle is configured in ``config/packages/framework.yaml
4747
http://symfony.com/schema/dic/framework https://symfony.com/schema/dic/framework/framework-1.0.xsd"
4848
>
4949
<framework:config secret="%env(APP_SECRET)%">
50-
<!--<framework:csrf-protection enabled="true/>-->
50+
<!--<framework:csrf-protection enabled="true"/>-->
5151
<!--<framework:esi enabled="true"/>-->
5252
<!--<framework:fragments enabled="true"/>-->
5353

0 commit comments

Comments
 (0)