--- loncom/xml/lontex.pm 2003/02/14 19:35:55 1.4 +++ loncom/xml/lontex.pm 2003/02/17 17:34:17 1.5 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # TeX Content Handler # -# $Id: lontex.pm,v 1.4 2003/02/14 19:35:55 www Exp $ +# $Id: lontex.pm,v 1.5 2003/02/17 17:34:17 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -83,7 +83,7 @@ sub handler { '" onUnload="'. &Apache::lonmenu::unloadevents(). '">'. - &Apache::lonmenu::menubuttons(undef,'web') + &Apache::lonmenu::menubuttons(undef,'web',1) ); $r->print(&Apache::lontexconvert::converted(\$texstring)); $r->print('');