diff --git a/prep.py b/prep.py index e26839b..0a7a357 100755 --- a/prep.py +++ b/prep.py @@ -59,7 +59,7 @@ def build_html(events: list[dict], dayNames: list[str], typesNames: dict) -> str event_html.append(f"
{title}
") if "https://" in location: place,link = location.split("https://") - event_html.append(f"
@{place.strip()}
") + event_html.append(f"
@{place.strip()}
") else: event_html.append(f"
@{location.strip()}
")