--- loncom/homework/structuretags.pm 2002/01/30 17:37:21 1.79 +++ loncom/homework/structuretags.pm 2002/02/20 22:17:18 1.82 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.79 2002/01/30 17:37:21 albertel Exp $ +# $Id: structuretags.pm,v 1.82 2002/02/20 22:17:18 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -83,7 +83,7 @@ sub page_start { } my $body_tag_start; if (!defined($found{'body'})) { - my $body_tag_start='Text Block Delete:". &Apache::edit::deletelist($target,$token) - ." + ." ". &Apache::edit::insertlist($target,$token). - " -\n". - &Apache::edit::editfield($token->[1],$text,"",50,4); + &Apache::edit::end_row().&Apache::edit::start_spanning_row()."\n". + &Apache::edit::editfield($token->[1],$text,"",50,4); } if ($target eq 'modified') { $text=&Apache::lonxml::get_all_text("endouttext",$$parser['-1']);