[LON-CAPA-cvs] cvs: loncom /interface londocs.pm

raeburn raeburn at source.lon-capa.org
Thu Jan 2 21:10:55 EST 2025


raeburn		Fri Jan  3 02:10:55 2025 EDT

  Modified files:              
    /loncom/interface	londocs.pm 
  Log:
  - Typo and remove trailing white space.
  
  
Index: loncom/interface/londocs.pm
diff -u loncom/interface/londocs.pm:1.715 loncom/interface/londocs.pm:1.716
--- loncom/interface/londocs.pm:1.715	Sat Dec 28 12:19:21 2024
+++ loncom/interface/londocs.pm	Fri Jan  3 02:10:55 2025
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Documents
 #
-# $Id: londocs.pm,v 1.715 2024/12/28 12:19:21 raeburn Exp $
+# $Id: londocs.pm,v 1.716 2025/01/03 02:10:55 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -729,7 +729,7 @@
             alert("$js_lt{'whco'}");
             return false;
         }
-    }   
+    }
     return true;
 }
 
@@ -1019,7 +1019,7 @@
                                 }
                                 if ($gotmeta) {
                                     if (open(my $fh,'<',$dest.'.meta')) {
-                                        my ($output,$now,setsourceavail);
+                                        my ($output,$now,$setsourceavail);
                                         $now = time;
                                         if (($file =~ /\.(xml|html|htm|xhtml|xhtm)$/i) || ($file =~ /$LONCAPA::assess_re/)) {
                                             $setsourceavail = 1;




More information about the LON-CAPA-cvs mailing list