--- loncom/xml/londefdef.pm 2006/01/13 21:10:03 1.314 +++ loncom/xml/londefdef.pm 2006/01/25 11:30:14 1.315 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Tags Default Definition Module # -# $Id: londefdef.pm,v 1.314 2006/01/13 21:10:03 albertel Exp $ +# $Id: londefdef.pm,v 1.315 2006/01/25 11:30:14 foxr Exp $ # # # Copyright Michigan State University Board of Trustees @@ -1202,7 +1202,7 @@ sub start_p { } else { $currentstring.='\par '; if (&is_inside_of($tagstack, 'table')) { - $closing_string = '\vskip 12pt'; # Safer in tables. + $closing_string = '\vskip 0pt'; # Seems to be consistent with

in tables. } else { $closing_string = '\strut\\\\\strut '; }