--- loncom/homework/essayresponse.pm 2010/08/29 19:36:37 1.112 +++ loncom/homework/essayresponse.pm 2010/12/31 02:40:14 1.113 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # essay (ungraded) style responses # -# $Id: essayresponse.pm,v 1.112 2010/08/29 19:36:37 raeburn Exp $ +# $Id: essayresponse.pm,v 1.113 2010/12/31 02:40:14 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -68,7 +68,7 @@ sub start_essayresponse { if ($Apache::lonhomework::history{"resource.$part.award"} eq 'DRAFT') { $status_text .= '
'.&mt('(Currently -- draft)'); } - $result.= '

'.&Apache::lonhtmlcommon::start_pick_box(). + $result.= '

'.&Apache::lonhtmlcommon::start_pick_box(). &Apache::lonhtmlcommon::row_title($status_text); if (($Apache::lonhomework::type ne 'survey') && ($Apache::lonhomework::type ne 'surveycred') && @@ -111,7 +111,7 @@ sub start_essayresponse { } $result.=&Apache::inputtags::file_selector($part,$id,$uploadedfiletypes, $filesfrom,undef,$maxfilesize); - $result.=&Apache::lonhtmlcommon::end_pick_box().'

'; + $result.=&Apache::lonhtmlcommon::end_pick_box().'
'; } elsif ($target eq 'web' && $Apache::inputtags::status[-1] ne 'CAN_ANSWER') { my $part= $Apache::inputtags::part;