--- loncom/homework/bridgetask.pm 2008/10/23 08:05:28 1.242 +++ loncom/homework/bridgetask.pm 2008/12/05 10:23:50 1.243 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: bridgetask.pm,v 1.242 2008/10/23 08:05:28 bisitz Exp $ +# $Id: bridgetask.pm,v 1.243 2008/12/05 10:23:50 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -473,7 +473,7 @@ sub file_list { my $file=$file_url.$partial_file; $file=~s|/+|/|g; &Apache::lonnet::allowuploaded('/adm/bridgetask',$file); - $file_list.='
  • file icon '.$file. '
  • '."\n"; }