[LON-CAPA-cvs] cvs: loncom(version_2_8_X) /homework rankresponse.pm
raeburn
raeburn@source.lon-capa.org
Thu, 18 Dec 2008 20:04:46 -0000
raeburn Thu Dec 18 20:04:46 2008 EDT
Modified files: (Branch: version_2_8_X)
/loncom/homework rankresponse.pm
Log:
- Backport 1.61.
Index: loncom/homework/rankresponse.pm
diff -u loncom/homework/rankresponse.pm:1.57.2.1 loncom/homework/rankresponse.pm:1.57.2.2
--- loncom/homework/rankresponse.pm:1.57.2.1 Thu Dec 11 04:04:15 2008
+++ loncom/homework/rankresponse.pm Thu Dec 18 20:04:46 2008
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# rank style response
#
-# $Id: rankresponse.pm,v 1.57.2.1 2008/12/11 04:04:15 raeburn Exp $
+# $Id: rankresponse.pm,v 1.57.2.2 2008/12/18 20:04:46 raeburn Exp $
# Copyright Michigan State University Board of Trustees
#
# This file is part of the LearningOnline Network with CAPA (LON-CAPA).
@@ -50,7 +50,7 @@
} elsif ($target eq 'edit' ) {
$result.=&Apache::edit::start_table($token)
.'<tr><td>'.&Apache::lonxml::description($token).'</td>'
- .'<td>span class="LC_nobreak">'.&mt('Delete?').' '
+ .'<td><span class="LC_nobreak">'.&mt('Delete?').' '
.&Apache::edit::deletelist($target,$token)
.'</span></td>'
.'<td> '.&Apache::edit::end_row()