--- loncom/xml/londefdef.pm 2007/09/10 20:09:13 1.377 +++ loncom/xml/londefdef.pm 2007/09/20 21:39:13 1.378 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Tags Default Definition Module # -# $Id: londefdef.pm,v 1.377 2007/09/10 20:09:13 albertel Exp $ +# $Id: londefdef.pm,v 1.378 2007/09/20 21:39:13 albertel Exp $ # # # Copyright Michigan State University Board of Trustees @@ -578,11 +578,10 @@ sub start_body { 'force_register' => 1}); if ($env{'request.state'} ne 'published') { - + $currentstring.=&Apache::lonmenu::constspaceform(); + $currentstring.=&Apache::londefdef::edit_controls(); } $currentstring.=&Apache::lonxml::message_location(); - $currentstring.=&Apache::lonmenu::constspaceform(); - $currentstring.=&Apache::londefdef::edit_controls(); } elsif ($target eq 'tex') { $currentstring = '\begin{document}'; }