diff --git a/webapp_calendar.py b/webapp_calendar.py
index 0135cc08e..48910ada1 100644
--- a/webapp_calendar.py
+++ b/webapp_calendar.py
@@ -358,7 +358,9 @@ def htmlCalendar(cssCache: {}, translate: {},
url = calActor + '/calendar?year=' + \
str(year) + '?month=' + \
str(monthNumber) + '?day=' + str(dayOfMonth)
- dayLink = '' + \
+ dayDescription = monthName + ' ' + str(dayOfMonth)
+ dayLink = '' + \
str(dayOfMonth) + ''
# there are events for this day
if not isToday: