--- loncom/homework/structuretags.pm 2003/10/30 20:52:54 1.219 +++ loncom/homework/structuretags.pm 2003/11/01 16:37:21 1.220 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.219 2003/10/30 20:52:54 albertel Exp $ +# $Id: structuretags.pm,v 1.220 2003/11/01 16:37:21 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1159,7 +1159,7 @@ sub start_simpleeditbutton { my $result=''; if (($target eq 'web') && (&Apache::lonnet::allowed('srm',$ENV{'request.course.id'}))) { - my $url=$ENV{'REQUEST_URI'}; + my $url=$ENV{'request.noversionuri'}; $url=~s/\?.*$//; $result='
'. ''.&mt('Simple Problem Editor').' - '.&mt('Note: it can take up to 10 minutes for changes to take effect for all users.').