--- loncom/interface/lonerrorhandler.pm 2006/03/19 22:34:30 1.9 +++ loncom/interface/lonerrorhandler.pm 2006/03/21 18:33:39 1.10 @@ -1,7 +1,7 @@ # The LearningOnline Network # Internal Server Error Handler # -# $Id: lonerrorhandler.pm,v 1.9 2006/03/19 22:34:30 albertel Exp $ +# $Id: lonerrorhandler.pm,v 1.10 2006/03/21 18:33:39 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -72,7 +72,7 @@ ENDMESSAGE $r->dir_config('lonSysEMail'); &Apache::lonmsg::sendemail($recipients,'ERROR REPORT',$message); - $r->print('

Report submitted

Thank you!'); + $r->print('

Report submitted

Thank you!'); } else { # ------------------------------------------------------------- Get environment my $envkey; @@ -127,11 +127,11 @@ $syllabus ENDDOCUMENT - $r->print(&Apache::loncommon::end_page()); # -------------------------- Better terminate this in case something was sticky $r->child_terminate(); } + $r->print(&Apache::loncommon::end_page()); return OK; }