Index: lams_bb_integration/web/modules/modify.jsp =================================================================== diff -u -r780957f27df870898ade718ccdacd93d5dfadbd7 -r9e9be1ef919c14991af369320b686a5e55ed044d --- lams_bb_integration/web/modules/modify.jsp (.../modify.jsp) (revision 780957f27df870898ade718ccdacd93d5dfadbd7) +++ lams_bb_integration/web/modules/modify.jsp (.../modify.jsp) (revision 9e9be1ef919c14991af369320b686a5e55ed044d) @@ -52,8 +52,8 @@ // Get the Item Attributes Calendar startDate = bbContent.getStartDate(); Calendar endDate = bbContent.getEndDate(); - FormattedText desc = bbContent.getBody(); - String description = desc.getText().replaceFirst(NOT_AVAILABLE, ""); //remove the NOT_AVAILABLE substring + FormattedText description = bbContent.getBody(); + //String description = desc.getText().replaceFirst(NOT_AVAILABLE, ""); //remove the NOT_AVAILABLE substring %> @@ -80,8 +80,8 @@ - - + +