--- loncom/interface/statistics/lonproblemanalysis.pm 2008/10/30 17:45:25 1.132
+++ loncom/interface/statistics/lonproblemanalysis.pm 2008/12/11 14:55:27 1.133
@@ -1,6 +1,6 @@
# The LearningOnline Network with CAPA
#
-# $Id: lonproblemanalysis.pm,v 1.132 2008/10/30 17:45:25 bisitz Exp $
+# $Id: lonproblemanalysis.pm,v 1.133 2008/12/11 14:55:27 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1909,9 +1909,9 @@ sub CreateInterface {
$showprob_checkbox .= 'checked="checked" ';
}
$showprob_checkbox.= ' />';
- $Str.= '
';
+ '
';
##
my $analyze_selector = '';
- $Str .= ''.
+ $Str .= ''.
&mt('Analyze Over [_1] [_2]',
$analyze_selector,
&Apache::loncommon::help_open_topic('Analysis_Analyze_Over')).
- '
'.$/;
+ '
'.$/;
##
my $numplots_selector = '
';
- $Str .= ''.&mt('Number of Plots [_1]',$numplots_selector).
- '';
+ $numplots_selector .= '
';
+ $Str .= ''.&mt('Number of Plots [_1]',$numplots_selector).
+ '';
##
$Str .= '';
##