Skip to content

Commit

Permalink
bug #3530 Update form_customization.rst (dczech)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.3 branch.

Discussion
----------

Update form_customization.rst

Minor php code fix - fixes #3520 but in correct branch

Commits
-------

66830c5 Update form_customization.rst
  • Loading branch information
weaverryan committed Feb 4, 2014
2 parents 9ba4fa7 + 66830c5 commit 003230f
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 003230f

Please sign in to comment.