--- loncom/interface/statistics/loncorrectproblemplot.pm 2011/01/17 00:19:41 1.25 +++ loncom/interface/statistics/loncorrectproblemplot.pm 2011/12/21 21:25:51 1.26 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: loncorrectproblemplot.pm,v 1.25 2011/01/17 00:19:41 www Exp $ +# $Id: loncorrectproblemplot.pm,v 1.26 2011/12/21 21:25:51 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -327,13 +327,6 @@ sub CreateInterface { # $Str .= &Apache::loncommon::end_data_table_row(); $Str .= &Apache::loncommon::end_data_table(); - # - $Str .= '

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

'; - $Str .= '

'; ## return $Str; }