--- loncom/interface/slotrequest.pm 2009/03/29 18:06:09 1.94 +++ loncom/interface/slotrequest.pm 2009/04/23 17:33:54 1.95 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler for requesting to have slots added to a students record # -# $Id: slotrequest.pm,v 1.94 2009/03/29 18:06:09 raeburn Exp $ +# $Id: slotrequest.pm,v 1.95 2009/04/23 17:33:54 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2063,7 +2063,7 @@ sub display_filter { sub upload_start { my ($r)=@_; $r->print(&Apache::grades::checkforfile_js()); - my $result.='<table width=100% border=0><tr bgcolor="#e6ffff"><td>'."\n"; + my $result.='<table width="100%" border="0"><tr bgcolor="#E6FFFF"><td>'."\n"; $result.=' <b>'. &mt('Specify a file containing the slot definitions.'). '</b></td></tr>'."\n";