Skip to content

Commit 003230f

Browse files
committed
bug symfony#3530 Update form_customization.rst (dczech)
This PR was merged into the 2.3 branch. Discussion ---------- Update form_customization.rst Minor php code fix - fixes symfony#3520 but in correct branch Commits ------- 66830c5 Update form_customization.rst
2 parents 9ba4fa7 + 66830c5 commit 003230f

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)