--- loncom/homework/structuretags.pm 2003/07/11 15:10:54 1.195 +++ loncom/homework/structuretags.pm 2003/07/16 19:36:02 1.196 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.195 2003/07/11 15:10:54 sakharuk Exp $ +# $Id: structuretags.pm,v 1.196 2003/07/16 19:36:02 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1097,7 +1097,8 @@ sub start_simpleeditbutton { my $url=$ENV{'REQUEST_URI'}; $url=~s/\?.*$//; $result='
'. - 'Simple Problem Editor - Note: it can take up to 10 minutes for changes to take effect for all users.

'; + 'Simple Problem Editor - Note: it can take up to 10 minutes for changes to take effect for all users.'. +&Apache::loncommon::help_open_topic('Caching').'
'; } return $result; }