--- loncom/interface/lonnavmaps.pm 2009/10/22 03:04:21 1.436 +++ loncom/interface/lonnavmaps.pm 2009/10/26 10:16:56 1.437 @@ -1,7 +1,8 @@ # The LearningOnline Network with CAPA # Navigate Maps Handler # -# $Id: lonnavmaps.pm,v 1.436 2009/10/22 03:04:21 raeburn Exp $ +# $Id: lonnavmaps.pm,v 1.437 2009/10/26 10:16:56 foxr Exp $ + # # Copyright Michigan State University Board of Trustees # @@ -48,7 +49,7 @@ described at http://www.lon-capa.org. =head1 OVERVIEW -X When a user enters a course, LON-CAPA examines the +X. You can see it if you are logged into LON-CAPA, in a course, by going to /adm/test. (You may need to @@ -597,7 +598,7 @@ sub getLinkForResource { my ($map,$id,$src)=&Apache::lonnet::decode_symb($res->symb()); if ($map=~/\.page$/) { my $url=&Apache::lonnet::clutter($map); - $anchor=&escape($src->shown_symb()); + $anchor=&escape($res->shown_symb()); return ($url,$res->shown_symb(),$anchor); } }