Summary:
Bad character causing javascript error in back and frontend
Detailed Description:
I haven't been able to reliably recreate, but an added event caused fullcalendar
js to fail with "uncaught syntax error: unexpected token '.'" in the console.
This is the line it's referencing:
function
htmlEscape(s){return(s+'').replace(/&/g,'&').replace(/</g,'<').replace(/>/g,'>').replace(/'/g,''').replace(/"/g,'"').replace(/\n/g,'<br
/>');.replace(/<br\s?\/?>/g,'<br />');}