--- loncom/xml/londefdef.pm 2005/05/23 09:49:36 1.275 +++ loncom/xml/londefdef.pm 2005/07/05 18:59:03 1.276 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Tags Default Definition Module # -# $Id: londefdef.pm,v 1.275 2005/05/23 09:49:36 foxr Exp $ +# $Id: londefdef.pm,v 1.276 2005/07/05 18:59:03 albertel Exp $ # # # Copyright Michigan State University Board of Trustees @@ -90,7 +90,8 @@ sub start_m { $inside=&Apache::run::evaluate($inside,$safeeval,$$parstack[-1]); #&Apache::lonxml::debug("M is evaulated to:$inside:"); } - $currentstring = &Apache::lontexconvert::converted(\$inside); + my $display=&Apache::lonxml::get_param('display',$parstack,$safeeval); + $currentstring = &Apache::lontexconvert::converted(\$inside,$display); if ($Apache::lontexconvert::errorstring) { &Apache::lonxml::warning("tth error: ". $Apache::lontexconvert::errorstring);