--- loncom/xml/londefdef.pm 2011/09/15 19:03:19 1.432 +++ loncom/xml/londefdef.pm 2011/09/15 19:08:15 1.433 @@ -2,7 +2,7 @@ # The LearningOnline Network with CAPA # Tags Default Definition Module # -# $Id: londefdef.pm,v 1.432 2011/09/15 19:03:19 raeburn Exp $ +# $Id: londefdef.pm,v 1.433 2011/09/15 19:08:15 raeburn Exp $ # # # Copyright Michigan State University Board of Trustees @@ -2048,9 +2048,6 @@ sub start_table { } elsif ($target eq 'tex') { &disable_para(); # Can't have paras in a table. - - # New table code: - # Get the parameters that we can do something about: my $border = &Apache::lonxml::get_param('border', $parstack, $safeeval, undef, 0);