diff --git a/events.ics b/events.ics
index 51f987dfc2629f6fafd3479519ab342fb81d3210..c897eb679fa075323293eb1d803e188137189bb3 100644
--- a/events.ics
+++ b/events.ics
@@ -8,7 +8,7 @@ PRODID:http://www.example.com/
 METHOD:PUBLISH
 {% for event in site.events %}BEGIN:VEVENT
 UID:{{ event.uid }}
-ORGANIZER;CN="Chaotikum e.V.":MAILTO:{{event.contact}}
+ORGANIZER;CN=Chaotikum e.V.:MAILTO:{{event.contact}}
 LOCATION:Chaotikum{% capture textSize %}{{ event.short | size }}{% endcapture %}{% assign linelength = 60 %}{% assign rounds = textSize | divided_by: linelength %}{% assign extra = textSize | modulo: linelength %}{% assign start = 0 %}
 SUMMARY:{{ event.title | xml_escape }}
 DESCRIPTION:{% for i in (1..rounds) %}{{ event.short | slice: start, linelength }}{% assign start = start | plus: linelength %}