--- loncom/interface/lonsimplepage.pm 2010/03/29 00:37:36 1.95 +++ loncom/interface/lonsimplepage.pm 2010/08/07 19:23:51 1.96 @@ -1,7 +1,7 @@ # The LearningOnline Network # Simple Page Editor # -# $Id: lonsimplepage.pm,v 1.95 2010/03/29 00:37:36 raeburn Exp $ +# $Id: lonsimplepage.pm,v 1.96 2010/08/07 19:23:51 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -393,8 +393,8 @@ sub handler { $target, $allowed, Apache::lontemplate->RICH_TEXT_DETECT_HTML, \%custom_handlers, $group); if ($allowed && ($env{'form.grade_target'} ne 'tex')) { - $r->print(&Apache::lonhtmlcommon::htmlareaselectactive - ('bbb_content').''); + $r->print(&Apache::lonhtmlcommon::htmlareaselectactive(). + ''); } } else {