--- loncom/interface/statistics/lonstudentassessment.pm 2009/05/17 22:49:42 1.153 +++ loncom/interface/statistics/lonstudentassessment.pm 2009/05/17 22:55:42 1.154 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstudentassessment.pm,v 1.153 2009/05/17 22:49:42 bisitz Exp $ +# $Id: lonstudentassessment.pm,v 1.154 2009/05/17 22:55:42 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -369,11 +369,11 @@ sub CreateInterface { $Str .= ' 'x5; $Str .= ''; - $Str .= ' 'x5; + $Str .= '

'; $Str .= &mt('Status [_1]', ''); - $Str .= '
'; + $Str .= '

'; return $Str; }