--- loncom/homework/structuretags.pm 2004/07/02 08:14:41 1.259 +++ loncom/homework/structuretags.pm 2004/07/27 23:35:33 1.261 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.259 2004/07/02 08:14:41 albertel Exp $ +# $Id: structuretags.pm,v 1.261 2004/07/27 23:35:33 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -83,7 +83,8 @@ sub page_start { $result=&Apache::londefdef::start_html($target,$token,$tagstack, $parstack,$parser,$safeeval); $head_tag_start=''.&Apache::lonmenu::registerurl(undef,$target). - &Apache::lonhtmlcommon::htmlareaheaders(); + &Apache::lonhtmlcommon::htmlareaheaders(). + &Apache::lonhtmlcommon::spellheader(); } my $body_tag_start; if (!defined($found{'body'})) { @@ -191,10 +192,8 @@ sub problem_edit_header {
'. - &Apache::loncommon::help_open_topic('Problem_Editor_XML_Index', - 'Problem Editing Help').''. - &Apache::loncommon::help_open_faq(5). - &Apache::loncommon::help_open_bug('Authoring').'
'. + &Apache::loncommon::help_open_menu('','Problem Editing Help','Problem_Editor_XML_Index','',5,'Authoring',undef,undef,undef,'Problem Editing Help') + .''. '
'; }