Index: lams_monitoring/web/emailnotifications/courseNotifications.jsp =================================================================== diff -u -r3c906db0736952d69ad3c6f4d66f5a1759ada47c -rd2409c3d28d11758b30897615477abbe98394940 --- lams_monitoring/web/emailnotifications/courseNotifications.jsp (.../courseNotifications.jsp) (revision 3c906db0736952d69ad3c6f4d66f5a1759ada47c) +++ lams_monitoring/web/emailnotifications/courseNotifications.jsp (.../courseNotifications.jsp) (revision d2409c3d28d11758b30897615477abbe98394940) @@ -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({