fixed a netscape 6 bug
This commit is contained in:
parent
3aba4ce9da
commit
28571b2e0b
1 changed files with 1 additions and 1 deletions
|
|
@ -1154,7 +1154,7 @@ sub selectList {
|
|||
$output .= ' selected="1"';
|
||||
}
|
||||
}
|
||||
$output .= ' />'.${$_[0]->{options}}{$key};
|
||||
$output .= '>'.${$_[0]->{options}}{$key}.'</option>';
|
||||
}
|
||||
$output .= '</select>';
|
||||
return $output;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue