--- loncom/homework/structuretags.pm 2003/06/19 20:04:16 1.187 +++ loncom/homework/structuretags.pm 2003/06/20 14:45:19 1.188 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.187 2003/06/19 20:04:16 albertel Exp $ +# $Id: structuretags.pm,v 1.188 2003/06/20 14:45:19 bowersj2 Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1040,15 +1040,7 @@ sub end_startouttext { &Apache::edit::insertlist($target,$token). &Apache::edit::end_row(). &Apache::edit::start_spanning_row()."\n" - .'
'. - &Apache::loncommon::help_open_topic("Greek_Symbols", - 'Greek Symbols', - undef,undef,600) - .''. - &Apache::loncommon::help_open_topic("Other_Symbols", - 'Other Symbols', - undef,undef,600) - .'
'. + . &Apache::loncommon::helpLatexCheatsheet () . &Apache::edit::editfield($token->[1],$text,"",80,4); } if ($target eq 'modified') {