--- loncom/xml/londefdef.pm 2004/02/19 19:34:09 1.198 +++ loncom/xml/londefdef.pm 2004/03/02 20:59:24 1.200 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Tags Default Definition Module # -# $Id: londefdef.pm,v 1.198 2004/02/19 19:34:09 sakharuk Exp $ +# $Id: londefdef.pm,v 1.200 2004/03/02 20:59:24 matthew Exp $ # # # Copyright Michigan State University Board of Trustees @@ -535,7 +535,7 @@ sub start_body { if ($ENV{'request.state'} ne 'published') { $currentstring.=(< - + EDITBUTTON } else { @@ -635,7 +635,7 @@ sub start_h1 { $currentstring .= $token->[4]; } elsif ($target eq 'tex') { my $pre; - 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') || (not defined $align)) { $pre='\begin{center}'; } elsif ($align eq 'left') {