--- loncom/interface/statistics/lonstathelpers.pm 2008/09/14 15:16:29 1.55 +++ loncom/interface/statistics/lonstathelpers.pm 2009/03/25 15:49:53 1.58 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstathelpers.pm,v 1.55 2008/09/14 15:16:29 raeburn Exp $ +# $Id: lonstathelpers.pm,v 1.58 2009/03/25 15:49:53 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -158,7 +158,7 @@ sub problem_selector { resptype=>$resptype}); my $checked = ''; if ($env{'form.problemchoice'} eq $value) { - $checked = 'checked '; + $checked = 'checked="checked" '; } my $title = $res->compTitle; if (! defined($title) || $title eq '') { @@ -173,7 +173,7 @@ sub problem_selector { } my $link = $res->link.'?symb='.&escape($res->shown_symb); $seq_str .= (' 'x2). - qq{view}; + ''.&mt('view').''; $seq_str .= "\n"; $rb_count++; } @@ -181,12 +181,12 @@ sub problem_selector { } } if ($seq_str ne '') { - $Str .= '