MINOR Ensure DropdownField option elements have escaped the title correctly (from r96882)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@102412 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2010-04-12 03:28:40 +00:00
parent 2f849222f8
commit 745a724b9e

View File

@ -99,7 +99,7 @@ class DropdownField extends FormField {
'selected' => $selected,
'value' => $value
),
$title
Convert::raw2xml($title)
);
}
}