--- loncom/interface/lonuserutils.pm 2009/11/18 23:46:28 1.106
+++ loncom/interface/lonuserutils.pm 2009/11/23 03:45:16 1.107
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Utility functions for managing LON-CAPA user accounts
#
-# $Id: lonuserutils.pm,v 1.106 2009/11/18 23:46:28 raeburn Exp $
+# $Id: lonuserutils.pm,v 1.107 2009/11/23 03:45:16 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -3654,14 +3654,13 @@ sub print_first_users_upload_form {
$str .= '
'.&mt('Upload a file containing information about users').'
'."\n";
# Excel and CSV Help
- $str .= ''
+ $str .= '
'
.&Apache::loncommon::help_open_topic("Course_Create_Class_List",
&mt("How do I create a users list from a spreadsheet"))
- ."
\n"
+ .'
'."\n"
.&Apache::loncommon::help_open_topic("Course_Convert_To_CSV",
&mt("How do I create a CSV file from a spreadsheet"))
- ."\n";
-
+ .'
'."\n";
$str .= &Apache::lonhtmlcommon::start_pick_box()
.&Apache::lonhtmlcommon::row_title(&mt('File'));
if (&Apache::lonlocal::current_language() ne 'en') {