X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=test%2Fprogressbarsubmit.pl;h=0982f58ca93661171f6ef78d3724b417c15d1dd6;hb=37f3807442ce1136a57e6fec76648994ada7a5cb;hp=22b0a41f349932c1182b35e4afb6152715aae3b5;hpb=e979344ea9db2ea91e9aa905bdcea527ac9fe2f2;p=koha_fer diff --git a/test/progressbarsubmit.pl b/test/progressbarsubmit.pl index 22b0a41f34..0982f58ca9 100755 --- a/test/progressbarsubmit.pl +++ b/test/progressbarsubmit.pl @@ -72,7 +72,7 @@ if ($completedJobID) { my $reply = CGI->new(""); print $reply->header(-type => 'text/html'); - print "{ jobID: '$jobID' }"; + print '{"jobID":"' . $jobID . '"}'; exit 0; } elsif (defined $pid) { # if we get here, we're a child that has detached