--- loncom/xml/londefdef.pm 2016/08/13 19:39:40 1.462 +++ loncom/xml/londefdef.pm 2017/01/27 18:27:05 1.463 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Tags Default Definition Module # -# $Id: londefdef.pm,v 1.462 2016/08/13 19:39:40 raeburn Exp $ +# $Id: londefdef.pm,v 1.463 2017/01/27 18:27:05 damieng Exp $ # # # Copyright Michigan State University Board of Trustees @@ -826,7 +826,7 @@ sub end_h1 { $currentstring .= $token->[2]; } elsif ($target eq 'tex') { my $post='\vskip 0 mm '; - my $align=&Apache::lonxml::get_param('align',$parstack,$safeeval,undef,1); + my $align=lc(&Apache::lonxml::get_param('align',$parstack,$safeeval,undef,1)); if ($align eq 'center') { $post='\end{center}'; } elsif ($align eq 'left') {