--- loncom/xml/londefdef.pm 2006/01/04 23:02:40 1.309 +++ loncom/xml/londefdef.pm 2006/01/04 23:14:24 1.310 @@ -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 @@ sub start_img { $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.