--- loncom/publisher/loncleanup.pm 2012/12/05 18:19:45 1.18 +++ loncom/publisher/loncleanup.pm 2013/06/04 22:20:16 1.20 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to cleanup XML files # -# $Id: loncleanup.pm,v 1.18 2012/12/05 18:19:45 bisitz Exp $ +# $Id: loncleanup.pm,v 1.20 2013/06/04 22:20:16 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -40,6 +40,7 @@ use Apache::lonlocal; use Apache::lonnet; use lib '/home/httpd/lib/perl/'; use LONCAPA; +use HTML::Entities(); sub latextrans { @@ -449,7 +450,7 @@ sub handler { # Breadcrumbs my $brcrum = [{'href' => &Apache::loncommon::authorspace($fn), - 'text' => 'Construction Space'}, + 'text' => 'Authoring Space'}, {'href' => '', 'text' => 'Cleanup XML Document'}];