Skip to content

Commit e6aa733

Browse files
author
Maxime Douailin
committed
swapped comment and opening in xml configuration example
1 parent b8a0eb2 commit e6aa733

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/security/pre_authenticated.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ Enable the x509 authentication for a particular firewall in the security configu
3434
3535
.. code-block:: xml
3636
37-
<?xml version="1.0" ?>
3837
<!-- app/config/security.xml -->
38+
<?xml version="1.0" ?>
3939
<srv:container xmlns="http://symfony.com/schema/dic/security"
4040
xmlns:srv="http://symfony.com/schema/dic/services">
4141
@@ -107,8 +107,8 @@ corresponding firewall in your security configuration:
107107
108108
.. code-block:: xml
109109
110-
<?xml version="1.0" ?>
111110
<!-- app/config/security.xml -->
111+
<?xml version="1.0" ?>
112112
<srv:container xmlns="http://symfony.com/schema/dic/security"
113113
xmlns:srv="http://symfony.com/schema/dic/services">
114114

0 commit comments

Comments
 (0)