From b8c803f52007d1e751e4a71293401b1c94f261ce Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Thu, 12 Mar 2009 21:47:44 +0000 Subject: [PATCH] BUGFIX Added an HTML alt attribute to CalendarDateField output HTML so that this field is W3C compliant for elements git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@72982 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- forms/CalendarDateField.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forms/CalendarDateField.php b/forms/CalendarDateField.php index 258415fc1..ab148dfec 100755 --- a/forms/CalendarDateField.php +++ b/forms/CalendarDateField.php @@ -10,7 +10,7 @@ class CalendarDateField extends DateField { static function HTMLField( $id, $name, $val ) { return << - + Calendar icon
HTML; }