From 07889e8d0d5dd1485fbfd52f2762f3cade50feae Mon Sep 17 00:00:00 2001 From: Rodrigo Rigotti Mammano Date: Sat, 27 Dec 2014 11:53:42 -0200 Subject: [PATCH] Update form_customization.rst There are two code samples which are inconsistent which each other. I updated one of them. --- cookbook/form/form_customization.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cookbook/form/form_customization.rst b/cookbook/form/form_customization.rst index 8a09b5bcff8..bf863d576ac 100644 --- a/cookbook/form/form_customization.rst +++ b/cookbook/form/form_customization.rst @@ -505,7 +505,8 @@ resource to use such a layout: # app/config/config.yml twig: - form_themes: ['form_table_layout.html.twig'] + form_themes: + - 'form_table_layout.html.twig' # ... .. code-block:: xml