--- loncom/interface/statistics/lonstudentsubmissions.pm 2008/12/12 10:01:30 1.53
+++ loncom/interface/statistics/lonstudentsubmissions.pm 2009/12/16 13:01:01 1.55
@@ -1,6 +1,6 @@
# The LearningOnline Network with CAPA
#
-# $Id: lonstudentsubmissions.pm,v 1.53 2008/12/12 10:01:30 bisitz Exp $
+# $Id: lonstudentsubmissions.pm,v 1.55 2009/12/16 13:01:01 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -931,11 +931,13 @@ sub prepare_csv_output {
time.'_'.rand(1000000000).'.csv';
unless ($outputfile = Apache::File->new('>/home/httpd'.$filename)) {
$r->log_error("Couldn't open $filename for output $!");
- $r->print('
'
- .&mt('Problems occurred in writing the CSV file. '
- .'This error has been logged. '
- .'Please alert your LON-CAPA administrator.')
- .'
');
+ $r->print(
+ '
'
+ .&mt('Problems occurred in writing the CSV file.')
+ .' '.&mt('This error has been logged.')
+ .' '.&mt('Please alert your LON-CAPA administrator.')
+ .'