--- loncom/interface/lonsearchcat.pm 2009/02/26 16:17:30 1.305 +++ loncom/interface/lonsearchcat.pm 2009/05/04 16:45:57 1.306 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Search Catalog # -# $Id: lonsearchcat.pm,v 1.305 2009/02/26 16:17:30 schafran Exp $ +# $Id: lonsearchcat.pm,v 1.306 2009/05/04 16:45:57 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3561,7 +3561,7 @@ sub compact_view { my $link = &display_url($jumpurl,[1,1,1]); my $result = - $prefix.''; + $prefix.''; if (exists($env{'form.sortfield'}) && $env{'form.sortfield'} !~ /^(default|author|url|title)$/) { my $tmp = $values{$env{'form.sortfield'}};