--- loncom/interface/lonnavmaps.pm 2019/01/16 21:49:39 1.547 +++ loncom/interface/lonnavmaps.pm 2020/03/03 01:17:48 1.548 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Navigate Maps Handler # -# $Id: lonnavmaps.pm,v 1.547 2019/01/16 21:49:39 raeburn Exp $ +# $Id: lonnavmaps.pm,v 1.548 2020/03/03 01:17:48 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1988,7 +1988,7 @@ END $currentJumpDelta) { # Jam the anchor after the tag; # necessary for valid HTML (which Mozilla requires) - $colHTML =~ s/\>/\>\/; + $colHTML =~ s/\>/\>\\<\/a\>/; $displayedJumpMarker = 1; } $result .= $colHTML . "\n";