--- loncom/xml/lonxml.pm 2003/01/13 22:20:35 1.221.2.2 +++ loncom/xml/lonxml.pm 2003/03/19 21:57:59 1.221.2.3 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # XML Parser Module # -# $Id: lonxml.pm,v 1.221.2.2 2003/01/13 22:20:35 albertel Exp $ +# $Id: lonxml.pm,v 1.221.2.3 2003/03/19 21:57:59 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -693,7 +693,8 @@ sub inner_xmlparse { if ($metamode<1) { my $text=$token->[1]; if ($token->[0] eq 'C' && $target eq 'tex') { - $text = '%'.$text."\n"; + $text = ''; +# $text = '%'.$text."\n"; } $result.=$text; }