[LON-CAPA-cvs] cvs: loncom /xml lonxml.pm

raeburn raeburn at source.lon-capa.org
Sat Jul 22 18:41:45 EDT 2023


raeburn		Sat Jul 22 22:41:45 2023 EDT

  Modified files:              
    /loncom/xml	lonxml.pm 
  Log:
  - Fix typo in rev. 1.561
  
  
Index: loncom/xml/lonxml.pm
diff -u loncom/xml/lonxml.pm:1.561 loncom/xml/lonxml.pm:1.562
--- loncom/xml/lonxml.pm:1.561	Thu Jul 13 19:38:43 2023
+++ loncom/xml/lonxml.pm	Sat Jul 22 22:41:45 2023
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # XML Parser Module 
 #
-# $Id: lonxml.pm,v 1.561 2023/07/13 19:38:43 raeburn Exp $
+# $Id: lonxml.pm,v 1.562 2023/07/22 22:41:45 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1867,7 +1867,7 @@
                         }
                     }
                     $brcrum = [{'href' => $href,
-                                'text' => $text,
+                                'text' => $text,},
                                {'href' => '',
                                 'text' => $breadcrumbtext}];
                 } else {




More information about the LON-CAPA-cvs mailing list