--- loncom/interface/lonnotify.pm 2006/03/23 22:32:10 1.15 +++ loncom/interface/lonnotify.pm 2006/04/10 21:40:08 1.16 @@ -104,10 +104,10 @@ sub start_page { } } - $loadcode = ' onLoad="'.$loadcode.'" '; my $start_page = &Apache::loncommon::start_page('Broadcast e-mail to users', $jscript, - {'add_entries' => $loadcode,}); + {'add_entries' => + {'onload' => $loadcode,},}); my $breadcrumbs = &Apache::lonhtmlcommon::breadcrumbs(undef,$bread_title, 'Broadcast_system_email');