[LON-CAPA-cvs] cvs: loncom /xml londefdef.pm

sakharuk lon-capa-cvs@mail.lon-capa.org
Wed, 03 Jul 2002 15:37:10 -0000


sakharuk		Wed Jul  3 11:37:10 2002 EDT

  Modified files:              
    /loncom/xml	londefdef.pm 
  Log:
  Corrected the size of picture
  
  
Index: loncom/xml/londefdef.pm
diff -u loncom/xml/londefdef.pm:1.67 loncom/xml/londefdef.pm:1.68
--- loncom/xml/londefdef.pm:1.67	Mon Jul  1 15:58:25 2002
+++ loncom/xml/londefdef.pm	Wed Jul  3 11:37:10 2002
@@ -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 @@
 		      if ($width_param <= 900) {
 			  $width_param = '[width='.$width_param.'mm]';
 		      } else {
-			  $width_param = '[width= 9.0 cm]';
+			  $width_param = '[width= \textwidth]';
 		      }
 		  }
 	      }