--- loncom/homework/edit.pm 2002/11/07 19:45:16 1.39 +++ loncom/homework/edit.pm 2002/11/11 22:37:23 1.41 @@ -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.41 2002/11/11 22:37:23 www 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.="'; } sub movebuttons {
"; my ($tagname,$closingtag); @@ -122,8 +122,8 @@ sub end_table { return $result; } -sub start_spanning_row { return '
';} -sub start_row { return '
'; } +sub start_spanning_row { return '
';} +sub start_row { return '
'; } sub end_row { return '