--- loncom/interface/lontrackstudent.pm 2007/02/13 01:44:02 1.23 +++ loncom/interface/lontrackstudent.pm 2008/12/11 14:55:15 1.24 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lontrackstudent.pm,v 1.23 2007/02/13 01:44:02 albertel Exp $ +# $Id: lontrackstudent.pm,v 1.24 2008/12/11 14:55:15 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -360,14 +360,14 @@ sub output_results { my $tablerow = qq{}.($count+1).qq{}; if ($src =~ m|^/adm/|) { $tablerow .= - ''.$title.''; + ''.$title.''; } else { $tablerow .= - ''. + ''. ''.$title.''. - ''; + ''; } - $tablerow .= ''.$timestamp.''; + $tablerow .= ''.$timestamp.''; if ($mode eq 'full_class') { $tablerow.=''.$student.''; }