--- loncom/interface/lonprintout.pm 2005/02/07 12:00:13 1.356 +++ loncom/interface/lonprintout.pm 2005/02/07 17:07:27 1.357 @@ -1,7 +1,7 @@ # The LearningOnline Network # Printout # -# $Id: lonprintout.pm,v 1.356 2005/02/07 12:00:13 foxr Exp $ +# $Id: lonprintout.pm,v 1.357 2005/02/07 17:07:27 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -830,8 +830,8 @@ ENDPART # here. # my %form; - my $form{'grade_target'} = 'tex'; - my $form{'textwidth'} = &tget_textwidth($helper, $LaTeXwidth); + $form{'grade_target'} = 'tex'; + $form{'textwidth'} = &tget_textwidth($helper, $LaTeXwidth); my $format_from_helper = $helper->{'VARS'}->{'FORMAT'}; my ($result,$selectionmade) = ('','');