--- loncom/homework/essayresponse.pm 2012/12/18 17:09:45 1.117 +++ loncom/homework/essayresponse.pm 2014/01/21 14:38:55 1.118 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # essay (ungraded) style responses # -# $Id: essayresponse.pm,v 1.117 2012/12/18 17:09:45 raeburn Exp $ +# $Id: essayresponse.pm,v 1.118 2014/01/21 14:38:55 kruse Exp $ # # Copyright Michigan State University Board of Trustees # @@ -279,7 +279,7 @@ sub format_prior_response { } if ($answer =~ /\S/) { $output.='<p>'.&mt('Submitted text'). - '<blockquote>'.$answer.'</blockquote></p>'; + '<blockquote>'.&HTML::Entities::encode($answer, '"<>&').'</blockquote></p>'; } return '<div class="LC_prior_essay">'.$output.'</div>';