--- loncom/interface/lonuserutils.pm 2008/09/12 04:44:13 1.67 +++ loncom/interface/lonuserutils.pm 2008/09/12 13:39:26 1.68 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Utility functions for managing LON-CAPA user accounts # -# $Id: lonuserutils.pm,v 1.67 2008/09/12 04:44:13 droeschl Exp $ +# $Id: lonuserutils.pm,v 1.68 2008/09/12 13:39:26 droeschl Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2564,12 +2564,10 @@ END $r->print(&Apache::loncommon::end_data_table().'
'); } elsif ($mode eq 'excel') { $excel_workbook->close(); - $r->print('

'. - &mt('Your Excel spreadsheet').' '.&mt('is ready for download').'.

'."\n"); + $r->print(&mt('[_1]Your Excel spreadsheet[_2] is ready for download.', '

','')."

\n"); } elsif ($mode eq 'csv') { close($CSVfile); - $r->print('

'. - &mt('Your CSV file').' '.&mt('is ready for download').'.

'."\n"); + $r->print(&mt('[_1]Your CSV file[_2] is ready for download.', '

','')."

\n"); $r->rflush(); } if ($mode eq 'autoenroll') {