Revert "allow HTML in body"

This commit is contained in:
matthiasanderer
2016-10-13 17:47:41 +02:00
committed by GitHub
parent 267ac43270
commit a0b2c9c959
2 changed files with 38 additions and 3 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ var icsFormatter = function() {
var calendarEvent = [
'BEGIN:VEVENT',
'CLASS:PUBLIC',
'X-ALT-DESC;FMTTYPE=text/html:' + description,
'DESCRIPTION:' + description,
'DTSTART;VALUE=DATE:' + start,
'DTEND;VALUE=DATE:' + end,
'LOCATION:' + location,