projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db7ad6d
)
web/directory.py: really really fix #553. Unfortunately it's tricky to simulate the...
author
Brian Warner
<warner@allmydata.com>
Sat, 6 Dec 2008 06:14:12 +0000
(23:14 -0700)
committer
Brian Warner
<warner@allmydata.com>
Sat, 6 Dec 2008 06:14:12 +0000
(23:14 -0700)
src/allmydata/web/directory.py
patch
|
blob
|
history
diff --git
a/src/allmydata/web/directory.py
b/src/allmydata/web/directory.py
index fc30c9acd23a3f069df5979bf0e8b9d6c42064a3..233067296c09528de2ac41dc9a5b7e5ac6a1fccd 100644
(file)
--- a/
src/allmydata/web/directory.py
+++ b/
src/allmydata/web/directory.py
@@
-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