--- loncom/xml/lonxml.pm 2003/05/16 20:47:07 1.253 +++ loncom/xml/lonxml.pm 2003/05/16 20:51:25 1.254 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # XML Parser Module # -# $Id: lonxml.pm,v 1.253 2003/05/16 20:47:07 albertel Exp $ +# $Id: lonxml.pm,v 1.254 2003/05/16 20:51:25 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1129,6 +1129,7 @@ sub inserteditinfo { &Apache::loncommon::help_open_topic("Other_Symbols",'Other Symbols', undef,undef,600) .''; + my $titledisplay=&display_title(); my $buttons=(< @@ -1146,6 +1147,7 @@ $buttons

$buttons
+$titledisplay ENDFOOTER # $result=~s/(\]*\>)/$1$editheader/is; $result=~s/(\<\/body\>)/$editfooter/is;