allow HTML in body

This commit is contained in:
nishil
2015-11-19 03:52:20 +00:00
parent 10f83dfd89
commit 9fd7c3814c
+1 -1
View File
@@ -83,7 +83,7 @@ var icsFormatter = function() {
var calendarEvent = [
'BEGIN:VEVENT',
'CLASS:PUBLIC',
'DESCRIPTION:' + description,
'X-ALT-DESC;FMTTYPE=text/html:' + description,
'DTSTART;VALUE=DATE:' + start,
'DTEND;VALUE=DATE:' + end,
'LOCATION:' + location,