--- loncom/homework/inputtags.pm 2011/11/29 13:24:38 1.296 +++ loncom/homework/inputtags.pm 2012/06/08 12:25:54 1.303 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # input definitons # -# $Id: inputtags.pm,v 1.296 2011/11/29 13:24:38 raeburn Exp $ +# $Id: inputtags.pm,v 1.303 2012/06/08 12:25:54 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -185,7 +185,7 @@ sub start_textfield { } } unless ($newvariation) { - $oldresponse = &HTML::Entities::encode($Apache::lonhomework::history{"resource.$partid.$resid.submission"},'<>&"'); + $oldresponse = $Apache::lonhomework::history{"resource.$partid.$resid.submission"}; } if ($Apache::inputtags::status[-1] eq 'CAN_ANSWER') { my $cols = &Apache::lonxml::get_param('cols',$parstack,$safeeval); @@ -200,7 +200,7 @@ sub start_textfield { my $textareaclass = 'class="LC_richDetectHtml"'; $result.= '