--- loncom/homework/inputtags.pm 2006/06/09 16:27:28 1.195 +++ loncom/homework/inputtags.pm 2006/06/29 22:57:39 1.197 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # input definitons # -# $Id: inputtags.pm,v 1.195 2006/06/09 16:27:28 albertel Exp $ +# $Id: inputtags.pm,v 1.197 2006/06/29 22:57:39 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -455,7 +455,7 @@ sub file_selector { } $result.=&mt("Portfolio files previously selected: [_1]",join(', ',@filelist)); if (@bad_file_list) { - $result.='
'.&mt('These file(s) don\'t exist: [_1]',join(', ',@bad_file_list)); + $result.='
'.&mt('These file(s) don\'t exist: [_1]',join(', ',@bad_file_list)); } } } @@ -722,7 +722,7 @@ sub decideoutput { foreach my $resid(@Apache::inputtags::response){ &Apache::lonnet::logthis("handback is ".$Apache::lonhomework::history{"resource.$part.$resid.handback"}); if ($Apache::lonhomework::history{"resource.$part.$resid.handback"}) { - $message.= '
Returned File'; + $message.= '
Returned File'; } }