--- loncom/xml/londefdef.pm 2011/04/13 10:08:06 1.430 +++ loncom/xml/londefdef.pm 2011/09/15 19:03:19 1.432 @@ -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.432 2011/09/15 19:03:19 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)) { @@ -2068,7 +2071,6 @@ sub start_table { $table->cell_border(1); # Default for rules is all if rules not defined. } } - # Only all or nothing for cell borders for now: if ((defined $cell_border)) { if ($cell_border eq 'all') {