--- loncom/xml/lonxml.pm 2024/09/25 00:15:10 1.574
+++ loncom/xml/lonxml.pm 2024/10/13 22:14:58 1.575
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# XML Parser Module
#
-# $Id: lonxml.pm,v 1.574 2024/09/25 00:15:10 raeburn Exp $
+# $Id: lonxml.pm,v 1.575 2024/10/13 22:14:58 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1615,7 +1615,8 @@ FULLPAGE
'dv' => 'Discard Edits and View',
'un' => 'Undo',
'ed' => 'Edit',
- 'ew' => 'Edit with Daxe');
+ 'ew' => 'Edit with Daxe',
+ 'er' => 'Editor');
my $spelllink = &Apache::lonhtmlcommon::spelllink('xmledit','filecont');
my $textarea_events = &Apache::edit::element_change_detection();
my $form_events = &Apache::edit::form_change_detection();
@@ -1671,7 +1672,7 @@ $initialize
$undo $deps_button $daxebutton $dragmath_button $htmlerror
-
$spelllink
+
$spelllink