From 66830c50c24ba81301240e00106993b145d5e71b Mon Sep 17 00:00:00 2001 From: dczech Date: Fri, 31 Jan 2014 17:17:44 +0100 Subject: [PATCH] Update form_customization.rst Minor php code fix - fixes #3520 but in correct branch --- cookbook/form/form_customization.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/form/form_customization.rst b/cookbook/form/form_customization.rst index 6c354b741fb..7f82fecca81 100644 --- a/cookbook/form/form_customization.rst +++ b/cookbook/form/form_customization.rst @@ -24,7 +24,7 @@ method: .. code-block:: php - row($form['age']) }} ?> + row($form['age']); ?> You can also render each of the three parts of the field individually: