--- loncom/xml/lonxml.pm 2024/04/17 15:15:13 1.572
+++ loncom/xml/lonxml.pm 2024/09/25 00:15:10 1.574
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# XML Parser Module
#
-# $Id: lonxml.pm,v 1.572 2024/04/17 15:15:13 raeburn Exp $
+# $Id: lonxml.pm,v 1.574 2024/09/25 00:15:10 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1639,12 +1639,12 @@ FULLPAGE
$onclick{$item} = 'onclick="is_submit=true;setmode(this.form,'."'$item'".')"';
}
unless ($uri =~ m{^/uploaded/}) {
- $undo = ''."\n";
}
$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";