--- loncom/interface/statistics/lonstudentsubmissions.pm 2008/09/12 14:35:45 1.48 +++ loncom/interface/statistics/lonstudentsubmissions.pm 2008/10/23 09:07:51 1.49 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstudentsubmissions.pm,v 1.48 2008/09/12 14:35:45 bisitz Exp $ +# $Id: lonstudentsubmissions.pm,v 1.49 2008/10/23 09:07:51 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1152,10 +1152,11 @@ sub CreateInterface { $Str .= ''."\n"; $Str .= ''."\n"; # - $Str .= '

'.&mt('Status: [_1]', - ''). - ''.'

'; + $Str .= '

' + .&mt('Status: [_1]', + '') + .'

'; ## return $Str; }