--- rat/lonsequence.pm 2020/09/03 12:44:56 1.53 +++ rat/lonsequence.pm 2021/06/24 21:19:22 1.55 @@ -2,7 +2,7 @@ # # Sequence Handler # -# $Id: lonsequence.pm,v 1.53 2020/09/03 12:44:56 raeburn Exp $ +# $Id: lonsequence.pm,v 1.55 2021/06/24 21:19:22 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -291,7 +291,8 @@ sub handler { } push(@crumbs,{text => $maptitle, no_mt => 1}); $args = {'bread_crumbs' => \@crumbs, - 'bread_crumbs_nomenu' => 1}; + 'bread_crumbs_nomenu' => 1, + 'no_auto_mt_title' => 1}; $r->print(&Apache::loncommon::start_page($maptitle,undef,$args)); my $renderArgs = { 'cols' => [0,1,2,3], @@ -424,7 +425,7 @@ sub handler { 'last_known' => [$disurl,$dismapid]); } &Apache::loncommon::content_type($r,'text/html'); - $r->header_out(Location => &Apache::lonnet::absolute_url($ENV{'SERVER_NAME'}). + $r->header_out(Location => &Apache::lonnet::absolute_url(). $showdisurl); return REDIRECT; } else {