--- loncom/xml/londefdef.pm 2011/04/13 10:08:06 1.430 +++ loncom/xml/londefdef.pm 2011/07/21 03:31:16 1.431 @@ -2,7 +2,7 @@ # The LearningOnline Network with CAPA # Tags Default Definition Module # -# $Id: londefdef.pm,v 1.430 2011/04/13 10:08:06 foxr Exp $ +# $Id: londefdef.pm,v 1.431 2011/07/21 03:31:16 raeburn Exp $ # # # Copyright Michigan State University Board of Trustees @@ -384,6 +384,9 @@ sub start_meta { } else { $currentstring = $token->[4]; } + if ($env{'form.grade_imsexport'}) { + $currentstring = ''; + } } elsif ($target eq 'meta') { unless (&Apache::lonxml::get_param ('http-equiv',$parstack,$safeeval,undef,1)) {