aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-07-10 18:59:28 +0000
committerNick Mathewson <nickm@torproject.org>2007-07-10 18:59:28 +0000
commit6a1832fd8a0d73a8b4e513073885524a57db234a (patch)
tree936562c003f43d90da1ad2e7f860350806e3cc05
parentef19d6e6ffdcc5ea552a2ac5ceb7e01c1e00bef9 (diff)
downloadanonbib-6a1832fd8a0d73a8b4e513073885524a57db234a.tar.gz
r13685@catbus: nickm | 2007-07-10 14:59:26 -0400
Remove extraneous < svn:r235
-rw-r--r--rank.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rank.py b/rank.py
index 81592c2..4e1d102 100644
--- 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