--- loncom/homework/bridgetask.pm 2006/06/01 19:22:29 1.160 +++ loncom/homework/bridgetask.pm 2006/06/01 19:31:12 1.161 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: bridgetask.pm,v 1.160 2006/06/01 19:22:29 albertel Exp $ +# $Id: bridgetask.pm,v 1.161 2006/06/01 19:31:12 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -365,9 +365,9 @@ sub file_list { my $file=$file_url.$partial_file; $file=~s|/+|/|g; &Apache::lonnet::allowuploaded('/adm/bridgetask',$file); - $file_list.='
  • '.$file. - '
  • '."\n"; + $file_list.='
  • file icon '.$file. + '
  • '."\n"; } $file_list.="\n"; return $file_list;