Skip to content

Commit

Permalink
Update form_customization.rst
Browse files Browse the repository at this point in the history
Minor php code fix - fixes #3520 but in correct branch
  • Loading branch information
dczech committed Jan 31, 2014
1 parent f285d93 commit 66830c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/form/form_customization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ method:
.. code-block:: php
<?php echo $view['form']->row($form['age']) }} ?>
<?php echo $view['form']->row($form['age']); ?>
You can also render each of the three parts of the field individually:

Expand Down

0 comments on commit 66830c5

Please sign in to comment.