--- loncom/homework/imageresponse.pm 2005/05/10 11:24:01 1.68 +++ loncom/homework/imageresponse.pm 2005/05/23 11:02:59 1.69 @@ -2,7 +2,7 @@ # The LearningOnline Network with CAPA # image click response style # -# $Id: imageresponse.pm,v 1.68 2005/05/10 11:24:01 foxr Exp $ +# $Id: imageresponse.pm,v 1.69 2005/05/23 11:02:59 foxr Exp $ # # Copyright Michigan State University Board of Trustees # @@ -470,8 +470,8 @@ sub end_image { # There may be all sorts of whitespace on fore and aft: - $src =~ s/\s+$//; - $src =~ s/^\s+//; + $src =~ s/\s+$//s; + $src =~ s/^\s+//s; # # Gnuplot e.g. just generates the latex to put inplace.