From 01b7beabff5b63111a286e64e2a9f9b6ba1ef9d0 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Fri, 23 May 2003 20:39:38 +0000 Subject: more entries sort by date within topic svn:r39 --- writeHTML.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'writeHTML.py') diff --git a/writeHTML.py b/writeHTML.py index e5d0816..85b1aa3 100644 --- a/writeHTML.py +++ b/writeHTML.py @@ -82,7 +82,7 @@ entries = BibTeX.splitSortedEntriesBy(entries, "www_section") if entries[-1][0].startswith(""): entries[-1] = ("Miscellaneous", entries[-1][1]) -entries = [ (s, BibTeX.sortEntriesByAuthor(ents)) +entries = [ (s, BibTeX.sortEntriesByDate(ents)) for s, ents in entries ] -- cgit v1.2.3-70-g09d2