We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent187c255 commit23fdef3Copy 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:configauto-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>