Merge remote-tracking branch 'kc/new/awaiting_qa/bug_6316' into kcmaster
[srvgit] / tools / batchMod.pl
index d9a0b76..4910dbd 100755 (executable)
@@ -563,7 +563,7 @@ sub put_in_background {
 
         my $reply = CGI->new("");
         print $reply->header(-type => 'text/html');
-        print "{ jobID: '$jobID' }";
+        print '{"jobID":"' . $jobID . '"}';
         exit 0;
     } elsif (defined $pid) {
         # child