Merge remote-tracking branch 'kc/new/bug_5449' into kcmaster
[koha.git] / tools / manage-marc-import.pl
index 61c0965..3c43dab 100755 (executable)
@@ -310,7 +310,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