diff options
author | ivan <ivan> | 2003-01-13 06:19:50 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-01-13 06:19:50 +0000 |
commit | db57fc8a00107bdbf5830b5c11b53dd0cfd7ec3b (patch) | |
tree | 944fb8102891541c21796dc89a6f64504243b672 /httemplate/edit | |
parent | fd69668cd33e9cfc2f1c8469c6e6b7089243d3e6 (diff) |
whitespace inconsistancy causing extraneous diffs
Diffstat (limited to 'httemplate/edit')
-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 d0cc9b645..d4bb4704c 100755 --- a/httemplate/edit/part_svc.cgi +++ b/httemplate/edit/part_svc.cgi @@ -164,7 +164,7 @@ my %defs = ( && qsearchs( 'export_svc', { exportnum => $part_export->exportnum, svcpart => $clone || $part_svc->svcpart }); - $html .= '>'. $part_export->exportnum. ': '. $part_export->exporttype. + $html .= '>'. $part_export->exportnum. ': '. $part_export->exporttype. ' to '. $part_export->machine. '</TD>'; $count++; $html .= '</TR><TR>' unless $count % $columns; |