--- loncom/xml/londefdef.pm 2004/03/31 05:24:00 1.204 +++ loncom/xml/londefdef.pm 2004/04/01 15:18:06 1.205 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Tags Default Definition Module # -# $Id: londefdef.pm,v 1.204 2004/03/31 05:24:00 albertel Exp $ +# $Id: londefdef.pm,v 1.205 2004/04/01 15:18:06 albertel Exp $ # # # Copyright Michigan State University Board of Trustees @@ -86,7 +86,6 @@ sub start_m { my $currentstring = ''; my $inside = &Apache::lonxml::get_all_text_unbalanced("/m",$parser); if ($target eq 'web' || $target eq 'analyze') { - $Apache::lonxml::prevent_entity_encode++; $inside ='\\documentstyle{article}'.$inside; &Apache::lonxml::debug("M is starting with:$inside:"); my $eval=&Apache::lonxml::get_param('eval',$parstack,$safeeval);