From 6dc8c1d49a76b923b1e0a7c04172363909b12564 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 23 May 2022 17:27:04 +0100 Subject: [PATCH] Semantic markup for calendar event --- webapp_calendar.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webapp_calendar.py b/webapp_calendar.py index f68bab1df..6924cfb0f 100644 --- a/webapp_calendar.py +++ b/webapp_calendar.py @@ -499,7 +499,8 @@ def html_calendar(person_cache: {}, css_cache: {}, translate: {}, # accessibility menu links menu_option_str = \ html_hide_from_screen_reader('📅') + ' ' + \ - day_description + '' nav_links[menu_option_str] = url # there are events for this day if not is_today: