--- loncom/homework/edit.pm 2005/06/07 01:33:19 1.93 +++ loncom/homework/edit.pm 2005/08/30 15:36:07 1.94 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # edit mode helpers # -# $Id: edit.pm,v 1.93 2005/06/07 01:33:19 albertel Exp $ +# $Id: edit.pm,v 1.94 2005/08/30 15:36:07 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -109,7 +109,7 @@ sub start_table { sub end_table { $Apache::edit::colordepth--; my $result=''; - $result.="
"; + $result.='
'; my ($tagname,$closingtag); if (defined($Apache::edit::inserttag[-2])) { @@ -119,7 +119,7 @@ sub end_table { $closingtag=$Apache::edit::inserttag[-1]; } $result.=&innerinsertlist('edit',$tagname,$closingtag). - "
"; + "
"; pop(@Apache::edit::inserttag); return $result; }