--- loncom/xml/londefdef.pm 2006/08/02 19:26:54 1.332 +++ loncom/xml/londefdef.pm 2006/08/16 20:14:24 1.333 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Tags Default Definition Module # -# $Id: londefdef.pm,v 1.332 2006/08/02 19:26:54 www Exp $ +# $Id: londefdef.pm,v 1.333 2006/08/16 20:14:24 albertel Exp $ # # # Copyright Michigan State University Board of Trustees @@ -1154,7 +1154,7 @@ sub start_p { $currentstring .= &end_p(); # close off prior para if in progress. my $align=&Apache::lonxml::get_param('align',$parstack,$safeeval,undef,1); if ($align eq 'center') { - $currentstring .='\begin{center}\par'; + $currentstring .='\begin{center}\par '; $closing_string = '\end{center}'; if (&is_inside_of($tagstack, "table")) { $currentstring = ¢er_correction().$currentstring;