Skip to content

Commit

Permalink
Update form_customization.rst
Browse files Browse the repository at this point in the history
There are two code samples which are inconsistent which each other. I updated one of them.
  • Loading branch information
rodrigorigotti authored and wouterj committed Dec 28, 2014
1 parent 8d32393 commit 4cd2046
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cookbook/form/form_customization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,8 @@ resource to use such a layout:
# app/config/config.yml
twig:
form:
resources: ['form_table_layout.html.twig']
resources:
- 'form_table_layout.html.twig'
# ...
.. code-block:: xml
Expand Down

0 comments on commit 4cd2046

Please sign in to comment.