aboutsummaryrefslogtreecommitdiffstats
path: root/rank.py
diff options
context:
space:
mode:
Diffstat (limited to 'rank.py')
-rw-r--r--rank.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/rank.py b/rank.py
index c467f92..175a10d 100644
--- a/rank.py
+++ b/rank.py
@@ -116,6 +116,8 @@ def get_rank_html(title, years=None, base_url=".", update=True,
html = ''
+ url = url.replace("&","&")
+
# Hotness
H,h = 50,5
if s >= H: