Index: lams_monitoring/web/emailnotifications/lessonNotifications.jsp =================================================================== diff -u -r3c906db0736952d69ad3c6f4d66f5a1759ada47c -rd2409c3d28d11758b30897615477abbe98394940 --- lams_monitoring/web/emailnotifications/lessonNotifications.jsp (.../lessonNotifications.jsp) (revision 3c906db0736952d69ad3c6f4d66f5a1759ada47c) +++ lams_monitoring/web/emailnotifications/lessonNotifications.jsp (.../lessonNotifications.jsp) (revision d2409c3d28d11758b30897615477abbe98394940) @@ -123,7 +123,7 @@ params = "&searchType=" + searchType + "&scheduleDate=" + scheduleDate + getSearchParams(); } - var emailBody = escape(document.getElementById("emailBody").value); + var emailBody = encodeURIComponent(document.getElementById("emailBody").value); $.ajax({ async: false,