fixed a netscape 6 bug

This commit is contained in:
JT Smith 2003-03-07 03:37:29 +00:00
parent 3aba4ce9da
commit 28571b2e0b

View file

@ -1154,7 +1154,7 @@ sub selectList {
$output .= ' selected="1"';
}
}
$output .= ' />'.${$_[0]->{options}}{$key};
$output .= '>'.${$_[0]->{options}}{$key}.'</option>';
}
$output .= '</select>';
return $output;