--- loncom/homework/structuretags.pm 2010/01/28 18:15:51 1.444.4.3 +++ loncom/homework/structuretags.pm 2010/01/29 15:33:02 1.444.4.4 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.444.4.3 2010/01/28 18:15:51 raeburn Exp $ +# $Id: structuretags.pm,v 1.444.4.4 2010/01/29 15:33:02 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2049,10 +2049,9 @@ sub start_simpleeditbutton { # .&mt('Note: it can take up to 10 minutes for changes to take effect for all users.') # .&Apache::loncommon::help_open_topic('Caching') # .'

'; - $result.=&Apache::lontemplate::start_functionslist() - .&Apache::lontemplate::item_functionslist( - ''.&mt('Edit').'') - .&Apache::lontemplate::end_functionslist(); + $result .= '
'. + ''. + &mt('Edit').'.'

'; } return $result;