--- loncom/homework/structuretags.pm 2008/12/11 04:43:34 1.437 +++ loncom/homework/structuretags.pm 2008/12/11 11:02:21 1.438 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.437 2008/12/11 04:43:34 raeburn Exp $ +# $Id: structuretags.pm,v 1.438 2008/12/11 11:02:21 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1943,7 +1943,7 @@ sub end_startouttext { my $areaid = 'homework_edit_'.$Apache::lonxml::curdepth; $text=&Apache::lonxml::get_all_text("endouttext",$parser,$style); $result.=&Apache::edit::start_table($token)."".&mt('Text Block')."" - .''.&mt('Delete?').' ' + .''.&mt('Delete?').' ' .&Apache::edit::deletelist($target,$token) .''; unless ($env{'environment.wysiwygeditor'} eq 'on') {