--- loncom/homework/imageresponse.pm 2006/11/06 11:56:23 1.79 +++ loncom/homework/imageresponse.pm 2006/11/06 23:44:42 1.80 @@ -2,7 +2,7 @@ # The LearningOnline Network with CAPA # image click response style # -# $Id: imageresponse.pm,v 1.79 2006/11/06 11:56:23 foxr Exp $ +# $Id: imageresponse.pm,v 1.80 2006/11/06 23:44:42 foxr Exp $ # # Copyright Michigan State University Board of Trustees # @@ -544,7 +544,6 @@ sub end_image { $graphinclude =~ s/^$commentline//; } else { my ($path,$file) = &Apache::londefdef::get_eps_image($src); - $file =~ s/\ /\_/g; my ($height_param,$width_param)= &Apache::londefdef::image_size($src,0.3,$parstack,$safeeval); $graphinclude = '\graphicspath{{'.$path.'}}\includegraphics[width='.$width_param.' mm]{'.$file.'}';