Diff for /loncom/xml/londefdef.pm between versions 1.402 and 1.403

version 1.402, 2009/04/20 10:40:04 version 1.403, 2009/05/02 22:16:58
Line 552  sub start_body { Line 552  sub start_body {
  }   }
  $currentstring.=&Apache::lonxml::message_location();   $currentstring.=&Apache::lonxml::message_location();
     } elsif ($target eq 'tex') {      } elsif ($target eq 'tex') {
  $currentstring = '\begin{document}';     $currentstring = '';   #  '\begin{document}' is in header.
     }       } 
     return $currentstring;      return $currentstring;
 }  }

Removed from v.1.402  
changed lines
  Added in v.1.403


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