--- loncom/interface/lonpickcode.pm 2006/10/10 02:15:10 1.11 +++ loncom/interface/lonpickcode.pm 2007/01/25 20:34:29 1.12 @@ -1,7 +1,7 @@ # The LearningOnline Network # Pick a CODE from the list of possible CODEs # -# $Id: lonpickcode.pm,v 1.11 2006/10/10 02:15:10 albertel Exp $ +# $Id: lonpickcode.pm,v 1.12 2007/01/25 20:34:29 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -143,7 +143,7 @@ ENDSCRIPT my %code_freq=&get_code_freq($r); my $num_matches=length($env{'form.curCODE'}); for (my $i=$num_matches;$i>=0;$i--) { - my $to_print="

"&mt("CODEs with [_1] matching letters",$i)."

"; + my $to_print="

".&mt("CODEs with [_1] matching letters",$i)."

"; $to_print.=''; my $print; foreach my $code (sort(keys(%codes))) {
CODEexams using this CODE