--- loncom/interface/lonhelper.pm 2009/05/11 16:51:27 1.172 +++ loncom/interface/lonhelper.pm 2009/05/27 16:54:57 1.173 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # .helper XML handler to implement the LON-CAPA helper # -# $Id: lonhelper.pm,v 1.172 2009/05/11 16:51:27 bisitz Exp $ +# $Id: lonhelper.pm,v 1.173 2009/05/27 16:54:57 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3565,8 +3565,7 @@ sub render { my $previous = HTML::Entities::encode(&mt("Back"), '<>&"'); my $next = HTML::Entities::encode(&mt("Next"), '<>&"'); my $target = " target='loncapaclient'"; - if (($env{'browser.interface'} eq 'textual') || - ($env{'environment.remote'} eq 'off')) { $target=''; } + if ($env{'environment.remote'} eq 'off') { $target=''; } $result .= "
\n" . "
\n" . "" .