diff --git a/webapp_calendar.py b/webapp_calendar.py index 6924cfb0f..28d0a6056 100644 --- a/webapp_calendar.py +++ b/webapp_calendar.py @@ -429,7 +429,7 @@ def html_calendar(person_cache: {}, css_cache: {}, translate: {}, calendar_str += \ ' ' + 'accesskey="' + access_keys['Page up'] + '" tabindex="2">' calendar_str += \ ' \n' calendar_str += ' ' + 'accesskey="' + access_keys['menuTimeline'] + '" tabindex="1">' calendar_str += \ '

' + 'accesskey="' + access_keys['Page down'] + '" tabindex="2">' calendar_str += \ ' ' + \ + 'title="' + day_description + '" tabindex="2">' + \ '' # accessibility menu links @@ -549,7 +549,7 @@ def html_calendar(person_cache: {}, css_cache: {}, translate: {}, new_event_str = \ '
\n

\n' + \ - '➕ ' + \ + '➕ ' + \ translate['Add to the calendar'] + '\n

\n
\n' calendar_icon_str = \