Merge remote-tracking branch 'kc/new/bug_5449' into kcmaster
[koha.git] / tools / stage-marc-import.pl
index 745a36a..0de73d4 100755 (executable)
@@ -108,7 +108,7 @@ if ($completedJobID) {
 
             my $reply = CGI->new("");
             print $reply->header(-type => 'text/html');
-            print "{ jobID: '$jobID' }";
+            print '{"jobID":"' . $jobID . '"}';
             exit 0;
         } elsif (defined $pid) {
             # child