Diff for /loncom/interface/printout.pl between versions 1.136 and 1.138

version 1.136, 2008/08/07 16:43:18 version 1.138, 2009/02/19 10:19:49
Line 972  sub analyze_logfile { Line 972  sub analyze_logfile {
   
  if ($advanced_role) {     if ($advanced_role) {  
     #LaTeX failed to parse tex file       #LaTeX failed to parse tex file 
     print "<h2>".&mt('LaTeX could not successfully parse your tex file.')."</h2>";      print "<h2>".&mt('LaTeX could not successfully parse your TeX file.')."</h2>";
     print &mt('It probably has errors in it.')."<br />";      print &mt('It probably has errors in it.')."<br />";
     if ($badtext) {      if ($badtext) {
                 print &mt('With very high probability this error occured in [_1].',$badtext)                  print &mt('With very high probability this error occured in [_1].',$badtext)
Line 1071  sub analyze_logfile { Line 1071  sub analyze_logfile {
     $logfilename=~s{^\Q$perlvar{'lonPrtDir'}\E}{/prtspool};      $logfilename=~s{^\Q$perlvar{'lonPrtDir'}\E}{/prtspool};
     print "<b><big>"      print "<b><big>"
                  .&mt('The link to [_1]Your log file[_2]'                   .&mt('The link to [_1]Your log file[_2]'
                      ,'<a href="$logfilename">'.$logfilename.'</a>')                       ,'<a href="'.$logfilename.'">','</a>')
          ."</big></b>\n";           ."</big></b>\n";
     #link to original LaTeX file      #link to original LaTeX file
     my $tex_temporary_file=IO::File->new($texfile) || die "Couldn't open tex file $texfile for reading: $!\n";      my $tex_temporary_file=IO::File->new($texfile) || die "Couldn't open tex file $texfile for reading: $!\n";

Removed from v.1.136  
changed lines
  Added in v.1.138


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>