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

albertel lon-capa-cvs@mail.lon-capa.org
Wed, 04 Jan 2006 23:14:24 -0000


albertel		Wed Jan  4 18:14:24 2006 EDT

  Modified files:              
    /loncom/xml	londefdef.pm 
  Log:
  - reverting the wrapfigure forcing from 1.287, sems to be causing oddness see BUG#4535
  
  
Index: loncom/xml/londefdef.pm
diff -u loncom/xml/londefdef.pm:1.309 loncom/xml/londefdef.pm:1.310
--- loncom/xml/londefdef.pm:1.309	Wed Jan  4 18:02:40 2006
+++ loncom/xml/londefdef.pm	Wed Jan  4 18:14:24 2006
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Tags Default Definition Module 
 #
-# $Id: londefdef.pm,v 1.309 2006/01/04 23:02:40 albertel Exp $
+# $Id: londefdef.pm,v 1.310 2006/01/04 23:14:24 albertel Exp $
 # 
 #
 # Copyright Michigan State University Board of Trustees
@@ -2760,7 +2760,8 @@
 						  $safeeval,
 						  undef,1));
 	if(!$align) {
-	    if (&is_inside_of($tagstack, "table")) {
+	    # disabled for now see BUG#4535
+	    if (0 && &is_inside_of($tagstack, "table")) {
 		$align = "right";      # Force wraptext use. 
 	    } else {
 		$align = "bottom";	# This is html's default so it's ours too.