Skip to content

Commit ecceb77

Browse files
committed
removed blank line and space
1 parent 815bb7c commit ecceb77

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

reference/configuration/security.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,6 @@ application:
294294
.. code-block:: yaml
295295
296296
# app/config/security.yml
297-
298297
security:
299298
# ...
300299
firewalls:
@@ -646,7 +645,7 @@ To use HTTP-Digest authentication you need to provide a realm and a secret:
646645
647646
<config>
648647
<firewall name="somename">
649-
<http-digest secret="%secret%" realm="secure-api" />
648+
<http-digest secret="%secret%" realm="secure-api"/>
650649
</firewall>
651650
</config>
652651
</srv:container>

0 commit comments

Comments
 (0)