Diff for /loncom/homework/imageresponse.pm between versions 1.68 and 1.69

version 1.68, 2005/05/10 11:24:01 version 1.69, 2005/05/23 11:02:59
Line 470  sub end_image { Line 470  sub end_image {
   
  #  There may be all sorts of whitespace on fore and aft:   #  There may be all sorts of whitespace on fore and aft:
   
  $src =~ s/\s+$//;   $src =~ s/\s+$//s;
  $src =~ s/^\s+//;   $src =~ s/^\s+//s;
   
  #   #
  #  Gnuplot e.g. just generates the latex to put inplace.   #  Gnuplot e.g. just generates the latex to put inplace.

Removed from v.1.68  
changed lines
  Added in v.1.69


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>