Diff for /loncom/xml/londefdef.pm between versions 1.151 and 1.152

version 1.151, 2003/07/08 18:12:28 version 1.152, 2003/07/09 20:04:19
Line 1625  sub start_dd { Line 1625  sub start_dd {
     } elsif ($target eq 'tex') {      } elsif ($target eq 'tex') {
  if ($$tagstack[-2] eq 'dl') {   if ($$tagstack[-2] eq 'dl') {
     $currentstring = ' \item [] ';        $currentstring = ' \item [] ';  
    } elsif ($$tagstack[-2] eq 'dt') {
       $currentstring = ']'; 
  }   }
     }       } 
     return $currentstring;      return $currentstring;

Removed from v.1.151  
changed lines
  Added in v.1.152


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