Diff for /loncom/xml/londefdef.pm between versions 1.377 and 1.378

version 1.377, 2007/09/10 20:09:13 version 1.378, 2007/09/20 21:39:13
Line 578  sub start_body { Line 578  sub start_body {
     'force_register' => 1});      'force_register' => 1});
   
  if ($env{'request.state'} ne 'published') {   if ($env{'request.state'} ne 'published') {
       $currentstring.=&Apache::lonmenu::constspaceform();
       $currentstring.=&Apache::londefdef::edit_controls();
  }   }
  $currentstring.=&Apache::lonxml::message_location();   $currentstring.=&Apache::lonxml::message_location();
  $currentstring.=&Apache::lonmenu::constspaceform();  
  $currentstring.=&Apache::londefdef::edit_controls();  
     } elsif ($target eq 'tex') {      } elsif ($target eq 'tex') {
  $currentstring = '\begin{document}';     $currentstring = '\begin{document}';  
     }       } 

Removed from v.1.377  
changed lines
  Added in v.1.378


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