Index: lams_monitoring/web/emailnotifications/courseNotifications.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_monitoring/web/emailnotifications/courseNotifications.jsp,v diff -u -r1.7 -r1.8 --- lams_monitoring/web/emailnotifications/courseNotifications.jsp 17 Oct 2012 08:39:49 -0000 1.7 +++ lams_monitoring/web/emailnotifications/courseNotifications.jsp 17 Oct 2012 09:08:19 -0000 1.8 @@ -143,7 +143,7 @@ params = "&searchType=" + searchType + "&scheduleDate=" + scheduleDate + getSearchParams(); } - var emailBody = escape(document.getElementById("emailBody").value); + var emailBody = encodeURIComponent(document.getElementById("emailBody").value); var scheduleDate = $("#datePicker").datepicker( "getDate" ); scheduleDate = (scheduleDate == null) ? "" : scheduleDate.getTime(); $.ajax({