From: richard Date: Sat, 30 Jan 2010 22:46:27 +0000 (+0000) Subject: fix typo X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=59f0e496bbd1955b8b0032764d2670b7a6e4e7df;p=roundup.git fix typo git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4437 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/roundup/cgi/templating.py b/roundup/cgi/templating.py index 047dfed..ff354da 100644 --- a/roundup/cgi/templating.py +++ b/roundup/cgi/templating.py @@ -2827,7 +2827,7 @@ class TemplatingUtils: html will simply be a table. """ - tz = request.client.db.getUserTimezone()) + tz = request.client.db.getUserTimezone() current_date = date.Date(".").local(tz) date_str = request.form.getfirst("date", current_date) display = request.form.getfirst("display", date_str)