ics calendar export - commas need to be escaped
This commit is contained in:
parent
db9a0282c4
commit
3ec6a431b6
@ -100,7 +100,7 @@ function format_ical_text($s) {
|
||||
require_once('include/bbcode.php');
|
||||
require_once('include/html2plain.php');
|
||||
|
||||
return(wordwrap(html2plain(bbcode($s)),72,"\n ",true));
|
||||
return(wordwrap(str_replace(',','\\,',html2plain(bbcode($s))),72,"\n ",true));
|
||||
}
|
||||
|
||||
|
||||
|
@ -1 +1 @@
|
||||
2015-07-20.1099
|
||||
2015-07-21.1100
|
||||
|
Reference in New Issue
Block a user