diff options
author | ivan <ivan> | 2004-02-13 13:53:24 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-02-13 13:53:24 +0000 |
commit | f4347a8f8e96f32125575704146bb23b422f9e6b (patch) | |
tree | fea8b89999b722bec8c1d669a2436a3d4d3679c1 | |
parent | ab9f512842cf99736a92d8f3c1031e45bacc26fb (diff) |
typo
-rwxr-xr-x | httemplate/edit/part_svc.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/part_svc.cgi b/httemplate/edit/part_svc.cgi index 10e89288f..6868ffd65 100755 --- a/httemplate/edit/part_svc.cgi +++ b/httemplate/edit/part_svc.cgi @@ -179,7 +179,7 @@ my %defs = ( $html .= '<BR><BR>'. table(). table(). "<TR><TH COLSPAN=$columns>Exports</TH></TR><TR>"; foreach my $part_export ( @part_export ) { - $html .= '<TD><INPUT TYPE="checbox"'. + $html .= '<TD><INPUT TYPE="checkbox"'. ' NAME="exportnum'. $part_export->exportnum. '" VALUE="1" '; $html .= 'CHECKED' if ( $clone || $part_svc->svcpart ) #null svcpart search causing error |