--- loncom/xml/londefdef.pm 2002/07/01 19:58:25 1.67 +++ loncom/xml/londefdef.pm 2002/07/03 15:37:10 1.68 @@ -2,7 +2,7 @@ # The LearningOnline Network with CAPA # Tags Default Definition Module # -# $Id: londefdef.pm,v 1.67 2002/07/01 19:58:25 sakharuk Exp $ +# $Id: londefdef.pm,v 1.68 2002/07/03 15:37:10 sakharuk Exp $ # # # Copyright Michigan State University Board of Trustees @@ -1438,7 +1438,7 @@ EDITBUTTON if ($width_param <= 900) { $width_param = '[width='.$width_param.'mm]'; } else { - $width_param = '[width= 9.0 cm]'; + $width_param = '[width= \textwidth]'; } } }