[LON-CAPA-cvs] cvs: loncom /interface londocs.pm
raeburn
raeburn at source.lon-capa.org
Mon Apr 20 19:26:24 EDT 2026
raeburn Mon Apr 20 23:26:24 2026 EDT
Modified files:
/loncom/interface londocs.pm
Log:
- Fix typo in rev. 1.682.
Index: loncom/interface/londocs.pm
diff -u loncom/interface/londocs.pm:1.738 loncom/interface/londocs.pm:1.739
--- loncom/interface/londocs.pm:1.738 Sun Apr 19 03:29:37 2026
+++ loncom/interface/londocs.pm Mon Apr 20 23:26:24 2026
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Documents
#
-# $Id: londocs.pm,v 1.738 2026/04/19 03:29:37 raeburn Exp $
+# $Id: londocs.pm,v 1.739 2026/04/20 23:26:24 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -5904,7 +5904,7 @@
$form_end
ENDPARMS
if ($folder =~/^supplemental/) {
- $line.= "\n <td>";
+ $line.= "\n </td>";
} else {
if ((&LONCAPA::map::getparameter($orderidx,'parameter_encrypturl'))[0]=~/^yes$/i) {
$enctext = ' checked="checked"';
More information about the LON-CAPA-cvs
mailing list