--- loncom/interface/lonchat.pm 2009/01/12 04:11:25 1.17 +++ loncom/interface/lonchat.pm 2009/02/25 16:39:54 1.18 @@ -1,7 +1,7 @@ # The LearningOnline Network # Chat # -# $Id: lonchat.pm,v 1.17 2009/01/12 04:11:25 raeburn Exp $ +# $Id: lonchat.pm,v 1.18 2009/02/25 16:39:54 hauer Exp $ # # Copyright Michigan State University Board of Trustees # @@ -65,7 +65,7 @@ sub handler { my $latexHelp = Apache::loncommon::helpLatexCheatsheet(undef,undef,1); my %loaditems = (onload => 'this.document.chatentry.newchat.focus();'); my $start_page = - &Apache::loncommon::start_page('Chat',undef, + &Apache::loncommon::start_page('Chat Room',undef, {'only_body' => 1, 'add_entries' => \%loaditems,}); my $end_page = &Apache::loncommon::end_page();