Index: lams_tool_scribe/web/pages/learning/learning.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_scribe/web/pages/learning/learning.jsp,v diff -u -r1.13.2.3 -r1.13.2.4 --- lams_tool_scribe/web/pages/learning/learning.jsp 4 May 2017 13:33:34 -0000 1.13.2.3 +++ lams_tool_scribe/web/pages/learning/learning.jsp 12 May 2017 00:08:53 -0000 1.13.2.4 @@ -36,7 +36,7 @@ if (input.reports) { reportSubmitted = true; $.each(input.reports, function() { - $('#reportText-' + this.uid).text(this.text); + $('#reportText-' + this.uid).html(this.text); }); }