Mention the correct RFC section for iCal value escaping

This commit is contained in:
Thomas Bruederli 2013-03-14 09:43:29 +01:00
parent bd2cf48d40
commit c8921be812

View file

@ -482,7 +482,7 @@ class calendar_ical
} }
/** /**
* Escape values according to RFC 2426 2.5 * Escape values according to RFC 2445 4.3.11
*/ */
private function escape($str) private function escape($str)
{ {