aboutsummaryrefslogtreecommitdiffstats
path: root/writeHTML.py
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2003-05-23 20:39:38 +0000
committerRoger Dingledine <arma@torproject.org>2003-05-23 20:39:38 +0000
commit01b7beabff5b63111a286e64e2a9f9b6ba1ef9d0 (patch)
treeba9efa60273f7e3b47493f35f3c3598797512fa2 /writeHTML.py
parentaa2c05c993c680c5d2456e3d73ca224122f4001d (diff)
downloadanonbib-01b7beabff5b63111a286e64e2a9f9b6ba1ef9d0.tar.gz
more entries
sort by date within topic svn:r39
Diffstat (limited to 'writeHTML.py')
-rw-r--r--writeHTML.py2
1 files changed, 1 insertions, 1 deletions
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("<span class='bad'>"):
entries[-1] = ("Miscellaneous", entries[-1][1])
-entries = [ (s, BibTeX.sortEntriesByAuthor(ents))
+entries = [ (s, BibTeX.sortEntriesByDate(ents))
for s, ents in entries
]