[LON-CAPA-cvs] cvs: loncom /homework rankresponse.pm
bisitz
bisitz@source.lon-capa.org
Fri, 12 Dec 2008 09:19:34 -0000
bisitz Fri Dec 12 09:19:34 2008 EDT
Modified files:
/loncom/homework rankresponse.pm
Log:
Typo
Index: loncom/homework/rankresponse.pm
diff -u loncom/homework/rankresponse.pm:1.60 loncom/homework/rankresponse.pm:1.61
--- loncom/homework/rankresponse.pm:1.60 Thu Dec 11 04:02:18 2008
+++ loncom/homework/rankresponse.pm Fri Dec 12 09:19:34 2008
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# rank style response
#
-# $Id: rankresponse.pm,v 1.60 2008/12/11 04:02:18 raeburn Exp $
+# $Id: rankresponse.pm,v 1.61 2008/12/12 09:19:34 bisitz Exp $
# Copyright Michigan State University Board of Trustees
#
# This file is part of the LearningOnline Network with CAPA (LON-CAPA).
@@ -52,7 +52,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()