Diff for /loncom/xml/londefdef.pm between versions 1.468 and 1.469

version 1.468, 2023/03/15 16:53:49 version 1.469, 2023/03/15 16:57:06
Line 2869  sub start_img { Line 2869  sub start_img {
     $width_param,      $width_param,
     $height_param);      $height_param);
     $currentstring .= $closure;      $currentstring .= $closure;
   
  } else {   } else {
     &Apache::lonxml::debug("$src does not exist");      &Apache::lonxml::debug("$src does not exist");
     #original image file doesn't exist so check the alt attribute      #original image file doesn't exist so check the alt attribute

Removed from v.1.468  
changed lines
  Added in v.1.469


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