Skip to content

Commit c8d31a8

Browse files
committed
fixed xml config
1 parent fc99cea commit c8d31a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

book/templating.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -674,9 +674,9 @@ in your application configuration:
674674
.. code-block:: xml
675675
676676
<!-- app/config/config.xml -->
677-
<framework:templating>
678-
<framework:hinclude_default_template id="AcmeDemoBundle::hinclude.html.twig" />
679-
</framework:templating>
677+
<framework:config>
678+
<framework:templating hinclude-default-template="AcmeDemoBundle::hinclude.html.twig" />
679+
</framework:config>
680680
681681
.. code-block:: php
682682

0 commit comments

Comments
 (0)