--- loncom/homework/inputtags.pm 2006/06/09 16:27:28 1.195 +++ loncom/homework/inputtags.pm 2006/06/12 22:03:44 1.196 @@ -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.196 2006/06/12 22:03:44 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)); } } }