diff options
Diffstat (limited to 'httemplate/edit/part_export.cgi')
| -rw-r--r-- | httemplate/edit/part_export.cgi | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/part_export.cgi b/httemplate/edit/part_export.cgi index 4affeb48f..af89c4ead 100644 --- a/httemplate/edit/part_export.cgi +++ b/httemplate/edit/part_export.cgi @@ -52,7 +52,7 @@ my $widget = new HTML::Widgets::SelectLayers(                    || $part_export->option($option)                    || (exists $optinfo->{default} ? $optinfo->{default} : '');        $html .= qq!<TR><TD ALIGN="right">$label</TD>!. -               qq!<TD><INPUT TYPE="text" NAME="$option" VALUE="$value"></TD>!. +               qq!<TD><INPUT TYPE="text" NAME="$option" VALUE="$value" SIZE=64></TD>!.                 '</TR>';      }      $html .= '</TABLE>';  | 
