diff --git a/cookbook/form/form_customization.rst b/cookbook/form/form_customization.rst index df0f39075d5..20dd97310d4 100644 --- a/cookbook/form/form_customization.rst +++ b/cookbook/form/form_customization.rst @@ -321,7 +321,7 @@ When using the ``with`` keyword, pass the templates as an array: .. code-block:: html+jinja {% form_theme form with ['::common.html.twig', ':Form:fields.html.twig', - 'AcmeDemoBundle:Form:fields.html.twig'] %} + 'AcmeDemoBundle:Form:fields.html.twig'] %} {# ... #}