--- loncom/publisher/lonupload.pm 2006/12/06 22:22:39 1.34
+++ loncom/publisher/lonupload.pm 2007/05/02 01:34:23 1.35
@@ -2,7 +2,7 @@
# The LearningOnline Network with CAPA
# Handler to upload files into construction space
#
-# $Id: lonupload.pm,v 1.34 2006/12/06 22:22:39 albertel Exp $
+# $Id: lonupload.pm,v 1.35 2007/05/02 01:34:23 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -99,7 +99,7 @@ sub phaseone {
''.
''.&mt('Store uploaded file as ').
+ '" />'.&mt('Save uploaded file as ').
"/priv/$uname/".
' '.
@@ -112,7 +112,7 @@ sub phaseone {
');
- $r->print('');
+ $r->print('');
# Check for bad extension and warn user
if ($fn=~/\.(\w+)$/ &&
(&Apache::loncommon::fileembstyle($1) eq 'hdn')) {