changeset 3460 | e4843535db25 |
parent 3451 | 6b46d73823f5 |
child 3503 | 06bced8edddf |
--- a/web/views/wdoc.py Thu Sep 24 00:23:32 2009 +0200 +++ b/web/views/wdoc.py Thu Sep 24 00:24:21 2009 +0200 @@ -224,7 +224,7 @@ i = 0 for edate, messages in reversed(allentries): if latestdate != edate: - fdate = self.format_date(edate) + fdate = self._cw.format_date(edate) w(u'\n%s' % fdate) w('~' * len(fdate)) latestdate = edate