--- loncom/lond 2001/03/24 21:29:35 1.42 +++ loncom/lond 2001/03/27 12:49:18 1.43 @@ -986,6 +986,7 @@ sub make_new_child { my $store; my $execdir=$perlvar{'lonDaemons'}; if ($store=IO::File->new(">$execdir/tmp/$id")) { + $reply=~s/\&/\n/g; print $store $reply; close $store; print $client "ok\n";