Skip to content

Commit f85c44c

Browse files
committed
minor #4795 Remove horizontal scrollbar (ifdattic)
This PR was merged into the 2.3 branch. Discussion ---------- Remove horizontal scrollbar | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3 | Fixed tickets | Commits ------- 762d302 Remove horizontal scrollbar
2 parents 45189bb + 762d302 commit f85c44c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/dependency_injection/_imports-parameters-note.rst.inc

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
<?xml version="1.0" encoding="UTF-8" ?>
1919
<container xmlns="http://symfony.com/schema/dic/services"
2020
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
21+
xsi:schemaLocation="http://symfony.com/schema/dic/services
22+
http://symfony.com/schema/dic/services/services-1.0.xsd">
2223

2324
<imports>
2425
<import resource="%kernel.root_dir%/parameters.yml" />

0 commit comments

Comments
 (0)