We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 187c255 commit 23fdef3Copy full SHA for 23fdef3
reference/configuration/twig.rst
@@ -51,7 +51,7 @@ TwigBundle Configuration ("twig")
51
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
52
xmlns:twig="http://symfony.com/schema/dic/twig"
53
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd
54
- http://symfony.com/schema/dic/twig http://symfony.com/schema/dic/doctrine/twig-1.0.xsd">
+ http://symfony.com/schema/dic/twig http://symfony.com/schema/dic/twig/twig-1.0.xsd">
55
56
<twig:config auto-reload="%kernel.debug%" autoescape="true" base-template-class="Twig_Template" cache="%kernel.cache_dir%/twig" charset="%kernel.charset%" debug="%kernel.debug%" strict-variables="false">
57
<twig:form>
0 commit comments