first batch of Form i18n and compilation patches
This commit is contained in:
parent
44c6fdfc50
commit
08afb14d51
6 changed files with 24 additions and 22 deletions
|
|
@ -123,7 +123,7 @@ sub toHtml {
|
|||
if ($value eq $key) {
|
||||
$output .= ' selected="selected"';
|
||||
}
|
||||
$output .= '>'.${$self->get("options}"){$key}.'</option>';
|
||||
$output .= '>'.${$self->{options}}{$key}.'</option>';
|
||||
}
|
||||
$output .= '</select>'."\n";
|
||||
return $output;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue