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

raeburn raeburn at source.lon-capa.org
Fri Sep 9 10:24:30 EDT 2022


raeburn		Fri Sep  9 14:24:30 2022 EDT

  Modified files:              
    /loncom/interface	lonextresedit.pm 
  Log:
  - Fix typo in rev. 1.9
  
  
Index: loncom/interface/lonextresedit.pm
diff -u loncom/interface/lonextresedit.pm:1.29 loncom/interface/lonextresedit.pm:1.30
--- loncom/interface/lonextresedit.pm:1.29	Thu May  2 23:09:39 2019
+++ loncom/interface/lonextresedit.pm	Fri Sep  9 14:24:30 2022
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Documents
 #
-# $Id: lonextresedit.pm,v 1.29 2019/05/02 23:09:39 raeburn Exp $
+# $Id: lonextresedit.pm,v 1.30 2022/09/09 14:24:30 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -424,9 +424,9 @@
             $rows = 10;
             $cols = 45;
             if ($type eq 'tool') {
-                $legend = $lt{'ee'};
-            } else {
                 $legend = $lt{'te'};
+            } else {
+                $legend = $lt{'ee'};
             }
             $legend = '<legend>'.$legend.'</legend>';
             if ($symb) {




More information about the LON-CAPA-cvs mailing list