--- loncom/interface/lonnavmaps.pm 2012/10/12 13:48:50 1.489 +++ loncom/interface/lonnavmaps.pm 2012/12/01 13:14:56 1.490 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Navigate Maps Handler # -# $Id: lonnavmaps.pm,v 1.489 2012/10/12 13:48:50 raeburn Exp $ +# $Id: lonnavmaps.pm,v 1.490 2012/12/01 13:14:56 raeburn Exp $ # # Copyright Michigan State University Board of Trustees @@ -1040,7 +1040,7 @@ sub render_resource { } if (!$params->{'resource_nolink'} && !$resource->is_sequence() && !$resource->is_empty_sequence) { - $result .= "$curMarkerBegin$title$partLabel$curMarkerEnd$nonLinkedText"; + $result .= "$curMarkerBegin$title$partLabel$curMarkerEnd$editmapLink$nonLinkedText"; } else { $result .= "$curMarkerBegin$linkopen$title$partLabel$curMarkerEnd$editmapLink$nonLinkedText"; }