Skip to content

Commit 0525c25

Browse files
author
Richard Jones
committed
fix typo
1 parent 34282e8 commit 0525c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roundup/cgi/templating.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2827,7 +2827,7 @@ def html_calendar(self, request):
28272827
28282828
html will simply be a table.
28292829
"""
2830-
tz = request.client.db.getUserTimezone())
2830+
tz = request.client.db.getUserTimezone()
28312831
current_date = date.Date(".").local(tz)
28322832
date_str = request.form.getfirst("date", current_date)
28332833
display = request.form.getfirst("display", date_str)

0 commit comments

Comments
 (0)