]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
web/directory.py: really really fix #553. Unfortunately it's tricky to simulate the...
authorBrian Warner <warner@allmydata.com>
Sat, 6 Dec 2008 06:14:12 +0000 (23:14 -0700)
committerBrian Warner <warner@allmydata.com>
Sat, 6 Dec 2008 06:14:12 +0000 (23:14 -0700)
src/allmydata/web/directory.py

index fc30c9acd23a3f069df5979bf0e8b9d6c42064a3..233067296c09528de2ac41dc9a5b7e5ac6a1fccd 100644 (file)
@@ -558,8 +558,7 @@ class DirectoryAsHTML(rend.Page):
             ctx.fillSlots("size", "-")
             info_link = "%s/uri/%s/?t=info" % (root, quoted_uri)
 
-        moreinfourl = "%s/uri/%s?t=info" % (root, quoted_uri)
-        ctx.fillSlots("info", T.a(href=moreinfourl)["More Info"])
+        ctx.fillSlots("info", T.a(href=info_link)["More Info"])
 
         return ctx.tag