summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2004-02-13 13:53:24 +0000
committerivan <ivan>2004-02-13 13:53:24 +0000
commitf4347a8f8e96f32125575704146bb23b422f9e6b (patch)
treefea8b89999b722bec8c1d669a2436a3d4d3679c1
parentab9f512842cf99736a92d8f3c1031e45bacc26fb (diff)
typo
-rwxr-xr-xhttemplate/edit/part_svc.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/part_svc.cgi b/httemplate/edit/part_svc.cgi
index 10e8928..6868ffd 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