--- loncom/xml/londefdef.pm 2004/03/02 20:59:24 1.200 +++ loncom/xml/londefdef.pm 2004/03/09 20:37:58 1.201 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Tags Default Definition Module # -# $Id: londefdef.pm,v 1.200 2004/03/02 20:59:24 matthew Exp $ +# $Id: londefdef.pm,v 1.201 2004/03/09 20:37:58 albertel Exp $ # # # Copyright Michigan State University Board of Trustees @@ -541,6 +541,7 @@ EDITBUTTON } else { $currentstring.=&Apache::lonmenu::menubuttons(undef,$target,1); } + $currentstring.=&Apache::lonxml::message_location(); } elsif ($target eq 'tex') { $currentstring = '\begin{document}'; }