--- loncom/homework/essayresponse.pm 2011/10/17 12:41:35 1.116
+++ 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.116 2011/10/17 12:41:35 raeburn Exp $
+# $Id: essayresponse.pm,v 1.118 2014/01/21 14:38:55 kruse Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -91,7 +91,7 @@ sub start_essayresponse {
'
';
+ ''.&HTML::Entities::encode($answer, '"<>&').'
';
}
return ''.$output.'
';