--- loncom/interface/statistics/lonstathelpers.pm 2012/05/03 11:21:33 1.69 +++ loncom/interface/statistics/lonstathelpers.pm 2012/06/21 13:46:10 1.70 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstathelpers.pm,v 1.69 2012/05/03 11:21:33 goltermann Exp $ +# $Id: lonstathelpers.pm,v 1.70 2012/06/21 13:46:10 goltermann Exp $ # # Copyright Michigan State University Board of Trustees # @@ -90,10 +90,10 @@ sub render_resource { my $rendered_problem = &Apache::lonnet::ssi_body($src.'?symb='.$symb); $rendered_problem =~ s/<\s*form\s*/)|<\/nop>|g; - return &Apache::loncommon::start_data_table(). - &Apache::loncommon::start_data_table_row(). - ''.''.$rendered_problem. - ''.&Apache::loncommon::end_data_table_row().&Apache::loncommon::end_data_table(); + return '
'. + '

'.&mt('Problem').'

'. + ''.$rendered_problem. + '
'; } ####################################################