--- loncom/xml/lonxml.pm 2023/07/13 19:38:43 1.561 +++ loncom/xml/lonxml.pm 2023/07/22 22:41:45 1.562 @@ -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 @@ ENDNOTFOUND } } $brcrum = [{'href' => $href, - 'text' => $text, + 'text' => $text,}, {'href' => '', 'text' => $breadcrumbtext}]; } else {