--- loncom/homework/bridgetask.pm 2005/09/14 18:25:40 1.47 +++ loncom/homework/bridgetask.pm 2005/09/14 21:03:48 1.48 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: bridgetask.pm,v 1.47 2005/09/14 18:25:40 albertel Exp $ +# $Id: bridgetask.pm,v 1.48 2005/09/14 21:03:48 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1053,9 +1053,9 @@ sub get_instance { foreach my $partial_file (split(',',$Apache::lonhomework::history{"resource.$version.0.bridgetask.portfiles"})) { my $file=$file_url.$partial_file; &Apache::lonnet::allowuploaded('/adm/bridgetask',$file); - $result.=' '.$file. - ''; + ' '; } $result.=''; $last_link=$link;