--- loncom/homework/structuretags.pm 2008/07/28 05:26:00 1.425 +++ loncom/homework/structuretags.pm 2008/08/04 22:42:11 1.426 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.425 2008/07/28 05:26:00 raeburn Exp $ +# $Id: structuretags.pm,v 1.426 2008/08/04 22:42:11 felicia Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1879,10 +1879,7 @@ sub end_startouttext { $result.=&Apache::edit::start_table($token)."".&mt('Text Block')." ".&mt('Delete:'). &Apache::edit::deletelist($target,$token) - ." -". - &Apache::edit::insertlist($target,$token). - ''; + .""; unless ($env{'environment.wysiwygeditor'} eq 'on') { $result.='' .&Apache::lonhtmlcommon::dragmath_button($areaid,1)