--- loncom/interface/statistics/lonproblemanalysis.pm 2003/03/03 22:00:03 1.21 +++ loncom/interface/statistics/lonproblemanalysis.pm 2003/06/18 17:34:02 1.22 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonproblemanalysis.pm,v 1.21 2003/03/03 22:00:03 albertel Exp $ +# $Id: lonproblemanalysis.pm,v 1.22 2003/06/18 17:34:02 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -202,7 +202,7 @@ sub BuildAnalyzePage { $r->print($Str); $Str = ''; } - my $Answ=&Apache::lonnet::ssi($uri); + my $Answ=&Apache::lonnet::ssi_body($uri); $Str .= '
Here you can see the Problem:
'.$Answ; $Str .= '
'; $r->print($Str);