--- loncom/homework/structuretags.pm 2001/06/11 16:15:10 1.42 +++ loncom/homework/structuretags.pm 2001/06/12 22:42:55 1.43 @@ -368,7 +368,7 @@ sub end_startouttext { if ($target eq 'edit') { $text=&Apache::lonxml::get_all_text("endouttext",$$parser[$#$parser]); - $result.=" + $result.=&Apache::edit::start_table($token)." @@ -387,7 +387,7 @@ sub end_startouttext { sub start_endouttext { my ($target,$token,$tagstack,$parstack,$parser,$safeeval)=@_; my $result=''; - if ($target eq "edit" ) { $result="
Text Block
Text Block Delete:". &Apache::edit::deletelist($target,$token) ."
\n"; } + if ($target eq "edit" ) { $result="".&Apache::edit::end_table()."\n"; } if ($target eq "modified") { $result=''; } return $result; }