--- loncom/xml/londefdef.pm 2003/02/14 20:57:09 1.114 +++ loncom/xml/londefdef.pm 2003/02/17 17:34:16 1.115 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Tags Default Definition Module # -# $Id: londefdef.pm,v 1.114 2003/02/14 20:57:09 sakharuk Exp $ +# $Id: londefdef.pm,v 1.115 2003/02/17 17:34:16 www Exp $ # # # Copyright Michigan State University Board of Trustees @@ -400,7 +400,7 @@ sub start_html { EDITBUTTON } else { - $currentstring.=&Apache::lonmenu::menubuttons(undef,$target); + $currentstring.=&Apache::lonmenu::menubuttons(undef,$target,1); } } elsif ($target eq 'tex') { $currentstring = '\begin{document}';