--- loncom/interface/loncommon.pm 2007/11/15 21:24:51 1.615 +++ loncom/interface/loncommon.pm 2007/12/01 03:42:47 1.617 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.615 2007/11/15 21:24:51 raeburn Exp $ +# $Id: loncommon.pm,v 1.617 2007/12/01 03:42:47 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -4834,6 +4834,7 @@ table.LC_descriptive_input td.LC_descrip font-weight: bold; } div.LC_feedback_link { + clear: both; background: white; width: 100%; } @@ -5860,7 +5861,6 @@ sub get_course_users { my ($classlist,$keylist)=&Apache::loncoursedata::get_classlist($cdom,$cnum); my $now = time; foreach my $student (keys(%{$classlist})) { - my $status; my $match = 0; my $secmatch = 0; my $section = $$classlist{$student}[$idx{section}];