From 82f98c4fb388f1ec919d2d074d38105c613c4d0a Mon Sep 17 00:00:00 2001 From: Dariusz Czech Date: Fri, 17 Jan 2014 17:40:59 +0100 Subject: [PATCH] [Form] fixed allow render 0 and 0.0 numeric input values --- .../Resources/views/Form/form_widget_simple.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/form_widget_simple.html.php b/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/form_widget_simple.html.php index 11c22832a7..2b3e5abdae 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/form_widget_simple.html.php +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/form_widget_simple.html.php @@ -1,5 +1,5 @@ value="escape($value) ?>" + value="escape($value) ?>" block($form, 'widget_attributes') ?> />