--- loncom/homework/externalresponse.pm 2011/04/29 00:32:08 1.19 +++ loncom/homework/externalresponse.pm 2014/02/26 20:52:11 1.19.10.1 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # external style responses # -# $Id: externalresponse.pm,v 1.19 2011/04/29 00:32:08 www Exp $ +# $Id: externalresponse.pm,v 1.19.10.1 2014/02/26 20:52:11 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -135,7 +135,8 @@ sub end_externalresponse { &Apache::response::setup_prior_tries_hash(\&format_prior_response); if (&Apache::response::show_answer()) { $result.='
'.&mt('Your answer:').'
'.
-                    $Apache::lonhomework::history{"resource.$part.$id.submission"}.
+                    &HTML::Entities::encode(
+                        $Apache::lonhomework::history{"resource.$part.$id.submission"},'"<>&').
                     '

'.&Apache::lonxml::get_param('answerdisplay',$parstack,$safeeval). '
'; }