Diff for /loncom/xml/londefdef.pm between versions 1.6 and 1.7

version 1.6, 2000/10/26 14:01:40 version 1.7, 2000/10/30 20:34:25
Line 29  sub BEGIN { Line 29  sub BEGIN {
 #          &Apache::lonxml::debug($currentstring);  #          &Apache::lonxml::debug($currentstring);
   
     } elsif ($target eq 'tex') {      } elsif ($target eq 'tex') {
               $currentstring = "\$";                $currentstring = "";
             }              }
    return $currentstring;     return $currentstring;
  }   }
Line 38  sub BEGIN { Line 38  sub BEGIN {
             my $currentstring = '';              my $currentstring = '';
             if ($target eq 'web') {              if ($target eq 'web') {
             } elsif ($target eq 'tex') {              } elsif ($target eq 'tex') {
               $currentstring = "\$";                $currentstring = "";
     } elsif ($target eq 'meta') {      } elsif ($target eq 'meta') {
             }              }
    return $currentstring;     return $currentstring;

Removed from v.1.6  
changed lines
  Added in v.1.7


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