Diff for /loncom/xml/londefdef.pm between versions 1.67 and 1.68

version 1.67, 2002/07/01 19:58:25 version 1.68, 2002/07/03 15:37:10
Line 1438  EDITBUTTON Line 1438  EDITBUTTON
       if ($width_param <= 900) {        if ($width_param <= 900) {
   $width_param = '[width='.$width_param.'mm]';    $width_param = '[width='.$width_param.'mm]';
       } else {        } else {
   $width_param = '[width= 9.0 cm]';    $width_param = '[width= \textwidth]';
       }        }
   }    }
       }        }

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


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