--- loncom/xml/londefdef.pm 2010/08/11 10:57:36 1.420 +++ loncom/xml/londefdef.pm 2010/08/16 15:56:08 1.421 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Tags Default Definition Module # -# $Id: londefdef.pm,v 1.420 2010/08/11 10:57:36 foxr Exp $ +# $Id: londefdef.pm,v 1.421 2010/08/16 15:56:08 raeburn Exp $ # # # Copyright Michigan State University Board of Trustees @@ -2056,7 +2056,7 @@ sub start_table { my $table = new Apache::lontable(); if ((defined $border) && ($border > 0)) { - &Apache::lonnet::logthis("Turning on table borderes: $border"); + # &Apache::lonnet::logthis("Turning on table borders: $border"); $table->table_border(1); if ($cell_border ne 'none') { $table->cell_border(1); # html specs that border turns on both...unless rules='none'. @@ -2065,7 +2065,7 @@ sub start_table { # Only all or nothing for cell borders for now: if ((defined $cell_border) && ($cell_border ne 'none')) { - &Apache::lonnet::logthis("Turning on cell borders: $cell_border"); + # &Apache::lonnet::logthis("Turning on cell borders: $cell_border"); $table->cell_border(1); } if (defined $theme) {