Index: trunk/tools/czartool/Pantasks.pm
===================================================================
--- trunk/tools/czartool/Pantasks.pm	(revision 28785)
+++ trunk/tools/czartool/Pantasks.pm	(revision 28825)
@@ -113,5 +113,4 @@
         if ($line =~ m/Scheduler is running/) {${$running} = 1; ${$alive}=1;last;}
         if ($line =~ m/Task Status/) {last;}
-
     }
 }
@@ -125,13 +124,12 @@
     my ($self, $server) = @_;
 
-
     my @cmdOut = `echo "status;quit" | pantasks_client -c ~ipp/$server/ptolemy.rc 2>&1`;
     my $line;
     my $passedHeader=0;
+    print "\n";
     foreach $line (@cmdOut) {
 
-        chomp($line);
         if ($line =~ m/.*Task Status.*/) {$passedHeader=1;next;}
-        if ($passedHeader){print "$line<br>";}
+        if ($passedHeader){print "$line";}
     }
 }
