Index: lams_bb_integration/web/modules/learnermonitor.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_bb_integration/web/modules/learnermonitor.jsp,v diff -u -r1.13 -r1.14 --- lams_bb_integration/web/modules/learnermonitor.jsp 16 Feb 2014 17:30:09 -0000 1.13 +++ lams_bb_integration/web/modules/learnermonitor.jsp 18 Feb 2014 14:39:16 -0000 1.14 @@ -101,7 +101,7 @@ ContentDbLoader courseDocumentLoader = (ContentDbLoader) bbPm.getLoader( ContentDbLoader.TYPE ); Content courseDoc = (Content)courseDocumentLoader.loadById( contentId ); title = courseDoc.getTitle(); - description = courseDoc.getBody().getText(); + description = courseDoc.getBody().getFormattedText(); //get lineitemid from the storage (bbContentId -> lineitemid) PortalExtraInfo pei = PortalUtil.loadPortalExtraInfo(null, null, "LamsLineitemStorage"); @@ -161,9 +161,9 @@ <% if((description != "") && (description != null)) { %> -