--- loncom/interface/statistics/lonstathelpers.pm 2009/03/25 15:49:53 1.58 +++ loncom/interface/statistics/lonstathelpers.pm 2009/05/06 16:19:42 1.59 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstathelpers.pm,v 1.58 2009/03/25 15:49:53 bisitz Exp $ +# $Id: lonstathelpers.pm,v 1.59 2009/05/06 16:19:42 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -158,14 +158,14 @@ sub problem_selector { resptype=>$resptype}); my $checked = ''; if ($env{'form.problemchoice'} eq $value) { - $checked = 'checked="checked" '; + $checked = ' checked="checked"'; } my $title = $res->compTitle; if (! defined($title) || $title eq '') { ($title) = ($res->src =~ m:/([^/]*)$:); } $seq_str .= ''. - qq{}. + qq{}. ''. ''; if (scalar(@response_ids) > 1) {