--- loncom/interface/lonprintout.pm 2022/04/02 19:14:31 1.676 +++ loncom/interface/lonprintout.pm 2022/06/11 14:20:41 1.677 @@ -1,7 +1,7 @@ # The LearningOnline Network # Printout # -# $Id: lonprintout.pm,v 1.676 2022/04/02 19:14:31 raeburn Exp $ +# $Id: lonprintout.pm,v 1.677 2022/06/11 14:20:41 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3240,7 +3240,6 @@ ENDPART my @lines = &Apache::lonnet::get_scantronformat_file(); my ($code_type,$code_length,$bubbles_per_row)=('letter',6,10); foreach my $line (@lines) { - chomp($line); my ($name,$type,$length,$bubbles_per_item) = (split(/:/,$line))[0,2,4,17]; if ($name eq $code_option) {