fixed: SelectSlider form control is broken

This commit is contained in:
Graham Knop 2008-10-05 20:57:02 +00:00
parent 15941aaea2
commit e7e0511552
5 changed files with 17 additions and 19 deletions

View file

@ -168,7 +168,7 @@ sub getOptions {
}
else {
foreach my $line (split "\n", $possibleValues) {
$line =~ s/^(.*)\r|\s*$/$1/;
$line =~ s/^(.*)\r|\s*$/$1/;
if ($line =~ m/(.*)\|(.*)/) {
$options{$1} = $2;
}