From b43d06db3714ba04b762a5338b73df64991ed424 Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Sat, 2 Nov 2019 10:55:24 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/core/lib/xcal.lib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/core/lib/xcal.lib.php b/htdocs/core/lib/xcal.lib.php index 6d9fd4dab22..7e7cbd9672e 100644 --- a/htdocs/core/lib/xcal.lib.php +++ b/htdocs/core/lib/xcal.lib.php @@ -129,7 +129,7 @@ function build_calfile($format, $title, $desc, $events_array, $outputfile) SUMMARY:Tâche 1 heure TRANSP:OPAQUE END:VEVENT - + Example from Google ical export for a 1 day event: BEGIN:VEVENT DTSTART;VALUE=DATE:20101102 @@ -146,7 +146,7 @@ function build_calfile($format, $title, $desc, $events_array, $outputfile) TRANSP:TRANSPARENT END:VEVENT */ - + if ($type === "event") { fwrite($calfileh, "BEGIN:VEVENT\n");