--- loncom/publisher/loncleanup.pm 2023/07/23 13:07:24 1.21 +++ loncom/publisher/loncleanup.pm 2023/07/23 13:16:29 1.22 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to cleanup XML files # -# $Id: loncleanup.pm,v 1.21 2023/07/23 13:07:24 raeburn Exp $ +# $Id: loncleanup.pm,v 1.22 2023/07/23 13:16:29 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -459,7 +459,7 @@ sub handler { } } my $brcrum = [{'href' => $href, - 'text' => $text, + 'text' => $text}, {'href' => '', 'text' => 'Cleanup XML Document'}];