fixed: SelectSlider form control is broken
This commit is contained in:
parent
15941aaea2
commit
e7e0511552
5 changed files with 17 additions and 19 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue