--- loncom/xml/lonxml.pm 2024/09/04 17:22:51 1.531.2.24.2.5 +++ loncom/xml/lonxml.pm 2024/09/25 00:42:37 1.531.2.24.2.6 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # XML Parser Module # -# $Id: lonxml.pm,v 1.531.2.24.2.5 2024/09/04 17:22:51 raeburn Exp $ +# $Id: lonxml.pm,v 1.531.2.24.2.6 2024/09/25 00:42:37 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1739,7 +1739,7 @@ FULLPAGE } $initialize .= &setmode_javascript(); if ($filetype eq 'html') { - my %editors = &Apache::loncommon::permitted_editors(); + my %editors = &Apache::loncommon::permitted_editors($uri); if ($editors{'daxe'}) { $daxebutton = ''."\n";