From eb9044f9f11b674ac2ca13828fc0be1f1ef0c807 Mon Sep 17 00:00:00 2001 From: Wouter J Date: Thu, 31 Jan 2013 23:52:57 +0100 Subject: [PATCH] [#1708] Fixed description of single_text date widget --- reference/forms/types/options/date_widget.rst.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/forms/types/options/date_widget.rst.inc b/reference/forms/types/options/date_widget.rst.inc index 8fc89e3d09e..f5722fd8090 100644 --- a/reference/forms/types/options/date_widget.rst.inc +++ b/reference/forms/types/options/date_widget.rst.inc @@ -10,5 +10,5 @@ The basic way in which this field should be rendered. Can be one of the followin * ``text``: renders a three field input of type text (month, day, year). -* ``single_text``: renders a single input of type text. User's input is validated - based on the `format`_ option. +* ``single_text``: renders a single input of type date (text in Symfony 2.0). User's + input is validated based on the `format`_ option.