--- loncom/xml/londefdef.pm	2011/07/21 03:31:16	1.431
+++ 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.431 2011/07/21 03:31:16 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);
@@ -2071,7 +2068,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') {