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:
b803158
)
webish: re-fix the addSlash issue in directory rendering
author
robk-tahoe
<robk-tahoe@allmydata.com>
Wed, 11 Jun 2008 22:35:27 +0000
(15:35 -0700)
committer
robk-tahoe
<robk-tahoe@allmydata.com>
Wed, 11 Jun 2008 22:35:27 +0000
(15:35 -0700)
having fixed the relevant unit test not to assert incorrect behaviour of
the node when rendering directories, it's now safe to fix the latter.
src/allmydata/web/directory.py
patch
|
blob
|
history
diff --git
a/src/allmydata/web/directory.py
b/src/allmydata/web/directory.py
index 2bd51f156d4be72712e4a2ced7ca6cc11714917d..5fe2db63237c48427a6977851d6d233d2b5cbda1 100644
(file)
--- a/
src/allmydata/web/directory.py
+++ b/
src/allmydata/web/directory.py
@@
-367,7
+367,7
@@
class DirectoryAsHTML(rend.Page):
# The remainder of this class is to render the directory into
# human+browser -oriented HTML.
docFactory = getxmlfile("directory.xhtml")
-
#
addSlash = True
+ addSlash = True
def __init__(self, node):
rend.Page.__init__(self)