From ab39fa780b9f68404bee7986890b0d3786a10710 Mon Sep 17 00:00:00 2001 From: Doug Bell Date: Wed, 13 Dec 2006 19:46:59 +0000 Subject: [PATCH] Some calendar documentation cleanup --- lib/WebGUI/Asset/Wobject/Calendar.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/WebGUI/Asset/Wobject/Calendar.pm b/lib/WebGUI/Asset/Wobject/Calendar.pm index 65a6d01a7..03e2d6689 100644 --- a/lib/WebGUI/Asset/Wobject/Calendar.pm +++ b/lib/WebGUI/Asset/Wobject/Calendar.pm @@ -1308,7 +1308,7 @@ sub viewWeek Unwraps and unescapes an iCalendar string according to RFC 2445, which says that lines should be wrapped at 75 characters with a CRLF followed by a space, and -that ; , \ and newlines should be escaped. +that ; , \ and newlines should be escaped by prepending them with a \. =cut @@ -1331,7 +1331,7 @@ sub unwrapIcal Wraps and escapes an iCalendar string according to RFC 2445, which says that lines should be wrapped at 75 characters with a CRLF followed by a space, and -that ; , \ and newlines should be escaped. +that ; , \ and newlines should be escaped by prepending them with a \. =cut