Mercurial > p > roundup > code
diff roundup/cgi/templating.py @ 4333:0693f1ff2571
fix typo
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sat, 30 Jan 2010 22:46:27 +0000 |
| parents | 7327b102920f |
| children | 663664c4e626 |
line wrap: on
line diff
--- a/roundup/cgi/templating.py Fri Jan 29 05:53:44 2010 +0000 +++ b/roundup/cgi/templating.py Sat Jan 30 22:46:27 2010 +0000 @@ -2827,7 +2827,7 @@ 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)
