--- loncom/xml/lonxml.pm 2001/01/06 16:22:55 1.46 +++ loncom/xml/lonxml.pm 2001/01/06 16:52:34 1.47 @@ -44,6 +44,9 @@ sub xmlparse { if ($target eq 'meta') { $Apache::lonxml::textredirection = 0; $Apache::lonxml::on_offimport = 1; + } elsif ($target eq 'grade') { + $Apache::lonxml::textredirection = 0; + $Apache::lonxml::on_offimport = 0; } else { $Apache::lonxml::textredirection = 1; $Apache::lonxml::on_offimport = 0;