--- loncom/interface/lonhelper.pm 2005/07/07 04:19:20 1.107 +++ loncom/interface/lonhelper.pm 2005/07/07 04:32:59 1.108 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # .helper XML handler to implement the LON-CAPA helper # -# $Id: lonhelper.pm,v 1.107 2005/07/07 04:19:20 albertel Exp $ +# $Id: lonhelper.pm,v 1.108 2005/07/07 04:32:59 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3336,6 +3336,9 @@ sub render { if ($vars->{GRANULARITY} eq 'resource') { $result .= "&\"") . "' />\n"; + } elsif ($vars->{GRANULARITY} eq 'map') { + $result .= "\n"; } my $part = $vars->{RESOURCE_ID_part}; if ($part eq 'All Parts' || !$part) { $part=0; } @@ -3422,7 +3425,6 @@ sub render { # Make the table appear $result .= "\n"; - $result .= "\n"; $result .= "\n"; $result .= "\n";