--- loncom/interface/statistics/lonproblemanalysis.pm 2012/05/03 11:21:33 1.142 +++ loncom/interface/statistics/lonproblemanalysis.pm 2012/12/17 03:51:02 1.143 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonproblemanalysis.pm,v 1.142 2012/05/03 11:21:33 goltermann Exp $ +# $Id: lonproblemanalysis.pm,v 1.143 2012/12/17 03:51:02 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1478,9 +1478,9 @@ sub OR_time_analysis { # if ($num_concepts < 2) { $table = '

'. - &mt('Not enough data for concept analysis. '. - 'Performing Foil Analysis'). - '

'.$table; + &mt('Not enough data for concept analysis.').' '. + &mt('Performing Foil Analysis'). + ''.$table; } # my $num_plots = $env{'form.NumPlots'};