--- loncom/xml/londefdef.pm 2010/08/11 10:57:36 1.420 +++ loncom/xml/londefdef.pm 2010/08/27 09:42:48 1.422 @@ -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.422 2010/08/27 09:42:48 foxr 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) { @@ -2193,7 +2193,9 @@ sub end_table { my $table = pop(@Apache::londefdef::table); my $t = $table->generate(); + &Apache::lonnet::logthis("Generating string"); $currentstring = $t->generate_string(); + &Apache::lonnet::logthis("Generated: $currentstring"); &enable_para(); #-------------------------------------------------------------- # Old table code: