--- loncom/xml/lontex.pm 2001/11/29 19:03:58 1.3 +++ loncom/xml/lontex.pm 2003/02/14 19:35:55 1.4 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # TeX Content Handler # -# $Id: lontex.pm,v 1.3 2001/11/29 19:03:58 www Exp $ +# $Id: lontex.pm,v 1.4 2003/02/14 19:35:55 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -78,7 +78,13 @@ sub handler { $r->print(&Apache::lontexconvert::header()); $r->print( - ''); + ''. + &Apache::lonmenu::menubuttons(undef,'web') + ); $r->print(&Apache::lontexconvert::converted(\$texstring)); $r->print(''); $r->print(&Apache::lontexconvert::footer());