--- loncom/interface/printout.pl 2008/08/07 16:43:18 1.136 +++ loncom/interface/printout.pl 2009/11/17 01:21:08 1.137.2.1 @@ -1,7 +1,7 @@ #!/usr/bin/perl # CGI-script to run LaTeX, dvips, ps2ps, ps2pdf etc. # -# $Id: printout.pl,v 1.136 2008/08/07 16:43:18 bisitz Exp $ +# $Id: printout.pl,v 1.137.2.1 2009/11/17 01:21:08 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -166,7 +166,7 @@ Your cookie information is incorrect. END - return; + exit; } my %perlvar=%{&LONCAPA::Configuration::read_conf('loncapa.conf')}; @@ -1071,7 +1071,7 @@ sub analyze_logfile { $logfilename=~s{^\Q$perlvar{'lonPrtDir'}\E}{/prtspool}; print "" .&mt('The link to [_1]Your log file[_2]' - ,''.$logfilename.'') + ,'','') ."\n"; #link to original LaTeX file my $tex_temporary_file=IO::File->new($texfile) || die "Couldn't open tex file $texfile for reading: $!\n";