--- loncom/interface/lonindexer.pm 2003/01/20 16:41:13 1.57 +++ loncom/interface/lonindexer.pm 2003/01/20 17:20:52 1.58 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Directory Indexer # -# $Id: lonindexer.pm,v 1.57 2003/01/20 16:41:13 www Exp $ +# $Id: lonindexer.pm,v 1.58 2003/01/20 17:20:52 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -846,6 +846,10 @@ sub display_line { $output=''.$output.''; } elsif ($embstyle eq 'img') { $output=''; + } elsif ($filelink=~/^\/res\/(\w+)\/(\w+)\//) { + $output=''; } $r->print(' '.($output eq '' ? ' ':$output). " \n");