Skip to content

Commit 07aefea

Browse files
ifdatticwouterj
authored andcommitted
Update error_pages.rst
| Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3 | Fixed tickets |
1 parent 7c9c7ad commit 07aefea

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

cookbook/controller/error_pages.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,10 @@ to point to it.
187187
<container xmlns="http://symfony.com/schema/dic/services"
188188
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
189189
xmlns:twig="http://symfony.com/schema/dic/twig"
190-
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd
191-
http://symfony.com/schema/dic/twig http://symfony.com/schema/dic/twig/twig-1.0.xsd">
190+
xsi:schemaLocation="http://symfony.com/schema/dic/services
191+
http://symfony.com/schema/dic/services/services-1.0.xsd
192+
http://symfony.com/schema/dic/twig
193+
http://symfony.com/schema/dic/twig/twig-1.0.xsd">
192194
193195
<twig:config>
194196
<twig:exception-controller>AppBundle:Exception:showException</twig:exception-controller>

0 commit comments

Comments
 (0)