gnunetbib

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

commit 59df10e9f601964c79e233b0f5044920114c1424
parent d1d3a099f2da7611439e7f57569ff7493c41e0b4
Author: Nick Mathewson <nickm@torproject.org>
Date:   Tue, 10 Jul 2007 18:59:28 +0000

 r13685@catbus:  nickm | 2007-07-10 14:59:26 -0400
 Remove extraneous <


svn:r235

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

diff --git a/rank.py b/rank.py @@ -105,7 +105,7 @@ def get_rank_html(title, years=None, base_url=".", update=True): if d >= 0: if 2 < s / (d +1) < 10: html += '<img src="%s/ups.gif" />' % base_url - if 10 <= s / (d +1):< + if 10 <= s / (d +1): html += '<img src="%s/upb.gif" />' % base_url return html