From 6621720cd5361a5ed22896799b457a6d95f48bc5 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Mon, 26 May 2014 13:29:30 +0200 Subject: [PATCH] Minor formatting improvement --- cookbook/form/form_customization.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'] %} {# ... #}