summaryrefslogtreecommitdiff
path: root/httemplate/edit/part_svc.cgi
diff options
context:
space:
mode:
authorivan <ivan>2003-01-13 06:19:50 +0000
committerivan <ivan>2003-01-13 06:19:50 +0000
commitdb57fc8a00107bdbf5830b5c11b53dd0cfd7ec3b (patch)
tree944fb8102891541c21796dc89a6f64504243b672 /httemplate/edit/part_svc.cgi
parentfd69668cd33e9cfc2f1c8469c6e6b7089243d3e6 (diff)
whitespace inconsistancy causing extraneous diffs
Diffstat (limited to 'httemplate/edit/part_svc.cgi')
-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 d0cc9b6..d4bb470 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;