whitespace inconsistancy causing extraneous diffs
authorivan <ivan>
Mon, 13 Jan 2003 06:19:50 +0000 (06:19 +0000)
committerivan <ivan>
Mon, 13 Jan 2003 06:19:50 +0000 (06:19 +0000)
httemplate/edit/part_svc.cgi

index d0cc9b6..d4bb470 100755 (executable)
@@ -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;