Diff for /loncom/interface/lonhelp.pm between versions 1.15 and 1.17

version 1.15, 2004/05/17 22:08:56 version 1.17, 2005/03/22 16:49:02
Line 53  sub processLabelName Line 53  sub processLabelName
 sub serveTex  sub serveTex
 {  {
     my ($tex, $r) = @_;      my ($tex, $r) = @_;
       my $html=&Apache::lonxml::xmlbegin();
     my $bugs=&Apache::loncommon::help_open_bug('Documentation');      my $bugs=&Apache::loncommon::help_open_bug('Documentation');
     my $header=&mt('LON-CAPA Help');      my $header=&mt('LON-CAPA Help');
     my $footer=&mt('About LON-CAPA help and More Help');      my $footer=&mt('About LON-CAPA help and More Help');
 $r->print(<<HEADER);      $r->print(<<HEADER);
 <html>  $html
     <head>      <head>
         <title>LON-CAPA Help</title>          <title>LON-CAPA Help</title>
     </head>      </head>
Line 122  sub render Line 123  sub render
              |gxe;               |gxe;
   
   
     $tex=&Apache::lontexconvert::converted(\$tex);      $tex=&Apache::lontexconvert::tth_converted(\$tex);
           
     # Finish backslashes      # Finish backslashes
     $tex =~ s/###BACKSLASH###/'\\'/ge;      $tex =~ s/###BACKSLASH###/'\\'/ge;

Removed from v.1.15  
changed lines
  Added in v.1.17


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