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

version 1.137.2.1, 2009/11/17 01:21:08 version 1.138, 2009/02/19 10:19:49
Line 166  Your cookie information is incorrect. Line 166  Your cookie information is incorrect.
 </body>  </body>
 </html>  </html>
 END  END
     exit;      return;
 }  }
   
 my %perlvar=%{&LONCAPA::Configuration::read_conf('loncapa.conf')};  my %perlvar=%{&LONCAPA::Configuration::read_conf('loncapa.conf')};
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)

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


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