summaryrefslogtreecommitdiff
path: root/includes/pages/user_ical.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/pages/user_ical.php')
-rw-r--r--includes/pages/user_ical.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/pages/user_ical.php b/includes/pages/user_ical.php
index d994ce31..34f01942 100644
--- a/includes/pages/user_ical.php
+++ b/includes/pages/user_ical.php
@@ -38,7 +38,7 @@ function user_ical() {
$html .= "LOCATION:" . $shift['room_name'] . "\r\n";
$html .= "END:VEVENT\r\n";
}
- $html .= "END:VCALENDAR\r\n";
+ $html .= "END:VCALENDAR";
header("Content-Length: " . strlen($html));
echo $html;
die();