--- loncom/interface/lonnavmaps.pm 2005/10/09 19:49:30 1.344
+++ loncom/interface/lonnavmaps.pm 2005/10/30 02:31:01 1.345
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Navigate Maps Handler
#
-# $Id: lonnavmaps.pm,v 1.344 2005/10/09 19:49:30 albertel Exp $
+# $Id: lonnavmaps.pm,v 1.345 2005/10/30 02:31:01 www Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1158,7 +1158,7 @@ sub render_resource {
# Is this the current resource?
if (!$params->{'displayedHereMarker'} &&
$resource->symb() eq $params->{'here'} ) {
- $curMarkerBegin = '> ';
+ $curMarkerBegin = '>';
$curMarkerEnd = '<';
$params->{'displayedHereMarker'} = 1;
}