gnunetbib

Bibliography (BibTeX, based on AnonBib)
Log | Files | Refs | README | LICENSE

commit f03ea3be50e80764c5de3176ff38c7124127ee60
parent 50ac9562548514af95dbbdb8820125f084cb2f13
Author: Nick Mathewson <nickm@torproject.org>
Date:   Tue, 20 May 2003 18:57:16 +0000

A better route to non-breaking section names.


svn:r16

Diffstat:
MwriteHTML.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/writeHTML.py b/writeHTML.py @@ -106,7 +106,7 @@ except ValueError: last_year = int(entries[-2][1][0].get('year')) years = map(str, range(first_year, last_year+1)) -if entries[-1][0] == 'Unknown': +if entries[-1][0] == 'year:??' years.append("Unknown") f = open(os.path.join(config.OUTPUT_DIR,"date.html"), 'w')