--- loncom/xml/londefdef.pm 2011/07/21 03:31:16 1.431 +++ 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.431 2011/07/21 03:31:16 raeburn Exp $ +# $Id: londefdef.pm,v 1.432 2011/09/15 19:03:19 raeburn Exp $ # # # Copyright Michigan State University Board of Trustees @@ -2071,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') {