Skip to content

Commit 66830c5

Browse files
committed
Update form_customization.rst
Minor php code fix - fixes symfony#3520 but in correct branch
1 parent f285d93 commit 66830c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/form/form_customization.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ method:
2424
2525
.. code-block:: php
2626
27-
<?php echo $view['form']->row($form['age']) }} ?>
27+
<?php echo $view['form']->row($form['age']); ?>
2828
2929
You can also render each of the three parts of the field individually:
3030

0 commit comments

Comments
 (0)