--- loncom/interface/londocs.pm 2019/08/16 18:27:50 1.484.2.83 +++ loncom/interface/londocs.pm 2019/08/17 12:45:34 1.484.2.84 @@ -1,7 +1,7 @@ # The LearningOnline Network # Documents # -# $Id: londocs.pm,v 1.484.2.83 2019/08/16 18:27:50 raeburn Exp $ +# $Id: londocs.pm,v 1.484.2.84 2019/08/17 12:45:34 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2122,7 +2122,7 @@ sub copy_templated_files { if (grep(/^\Q$qtype\E$/,@simpleprobqtypes)) { my %newdata = ( $newprefix.'questiontype' => $qtype, - ) + ); foreach my $type (@simpleprobqtypes) { if ($type eq $qtype) { $newdata{"$weightprefix.$type.weight"}=1;