--- loncom/interface/lonhelp.pm 2022/05/27 05:09:21 1.47 +++ loncom/interface/lonhelp.pm 2022/05/29 20:48:57 1.48 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonhelp.pm,v 1.47 2022/05/27 05:09:21 raeburn Exp $ +# $Id: lonhelp.pm,v 1.48 2022/05/29 20:48:57 raeburn Exp $ # # .tex help system web server handler # @@ -74,8 +74,9 @@ sub servetext { my $goback; if ((($env{'request.lti.login'}) && ($env{'request.lti.target'} eq 'iframe')) || (($env{'request.deeplink.login'}) && ($env{'request.deeplink.target'} eq '_self'))) { + my $backicon = &Apache::loncommon::lonhttpdurl($r->dir_config('lonIconsURL').'/').'clickhere.gif'; $goback = ''. - ''.&mt('Go Back').''. + ''.&mt('Go Back').''. ' '; } $r->print(<