--- loncom/homework/inputtags.pm 2012/01/29 03:02:52 1.301 +++ loncom/homework/inputtags.pm 2012/03/11 20:17:10 1.302 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # input definitons # -# $Id: inputtags.pm,v 1.301 2012/01/29 03:02:52 raeburn Exp $ +# $Id: inputtags.pm,v 1.302 2012/03/11 20:17:10 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.= '