--- loncom/xml/londefdef.pm 2006/11/06 11:39:02 1.341 +++ loncom/xml/londefdef.pm 2006/11/06 23:06:19 1.342 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Tags Default Definition Module # -# $Id: londefdef.pm,v 1.341 2006/11/06 11:39:02 foxr Exp $ +# $Id: londefdef.pm,v 1.342 2006/11/06 23:06:19 foxr Exp $ # # # Copyright Michigan State University Board of Trustees @@ -2869,9 +2869,6 @@ sub start_img { # Default size if not able to extract that (e.g. eps image). # &Apache::lonnet::logthis("Size = $size"); - if ($size eq "0 mm") { - $size = "50 mm]"; # Default to 1 column width for 2 column. - } $size='['.$size; $size=~s/,$/]/;