--- loncom/interface/statistics/loncorrectproblemplot.pm 2006/12/31 22:43:48 1.22 +++ loncom/interface/statistics/loncorrectproblemplot.pm 2008/10/23 09:07:51 1.23 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: loncorrectproblemplot.pm,v 1.22 2006/12/31 22:43:48 albertel Exp $ +# $Id: loncorrectproblemplot.pm,v 1.23 2008/10/23 09:07:51 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -320,10 +320,12 @@ sub CreateInterface { $Str .= ''."\n"; $Str .= ''."\n"; # - $Str .= ''.&mt('Status: [_1]', - ''). - ''.'

'; + $Str .= '

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

'; + $Str .= '

'; ## return $Str; }