--- loncom/homework/bridgetask.pm	2005/10/14 20:00:23	1.72
+++ loncom/homework/bridgetask.pm	2005/10/24 18:40:21	1.73
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA 
 # definition of tags that give a structure to a document
 #
-# $Id: bridgetask.pm,v 1.72 2005/10/14 20:00:23 albertel Exp $
+# $Id: bridgetask.pm,v 1.73 2005/10/24 18:40:21 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -354,7 +354,7 @@ sub webgrade_standard_info {
 	my $file=$file_url.$partial_file;
 	$file=~s|/+|/|g;
 	&Apache::lonnet::allowuploaded('/adm/bridgetask',$file);
-	$file_list.='<li><nobr><a href="'.$file.'" target="lonGRDs"><img src="'.
+	$file_list.='<li><nobr><a href="'.$file.'?rawmode=1" target="lonGRDs"><img src="'.
 	    &Apache::loncommon::icon($file).'" border=0"> '.$file.
 	    '</a></nobr></li>'."\n";
     }