--- loncom/homework/edit.pm 2002/11/07 19:45:16 1.39 +++ loncom/homework/edit.pm 2002/11/08 14:38:47 1.40 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # edit mode helpers # -# $Id: edit.pm,v 1.39 2002/11/07 19:45:16 albertel Exp $ +# $Id: edit.pm,v 1.40 2002/11/08 14:38:47 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -99,14 +99,14 @@ sub start_table { } $Apache::edit::colordepth++; push(@Apache::edit::inserttag,$token->[1]); - my $result='

'; - $result.=''; + my $result='
'; + $result.='
'; return $result; } sub end_table { $Apache::edit::colordepth--; - my $result='

'; + my $result=''; $result.="
"; my ($tagname,$closingtag);