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:
30c26eb
)
directory.py: revert that addSlash, it causes a test to fail and we don't understand...
author
Brian Warner
<warner@allmydata.com>
Wed, 11 Jun 2008 19:59:28 +0000
(12:59 -0700)
committer
Brian Warner
<warner@allmydata.com>
Wed, 11 Jun 2008 19:59:28 +0000
(12:59 -0700)
src/allmydata/web/directory.py
patch
|
blob
|
history
diff --git
a/src/allmydata/web/directory.py
b/src/allmydata/web/directory.py
index 5fe2db63237c48427a6977851d6d233d2b5cbda1..2bd51f156d4be72712e4a2ced7ca6cc11714917d 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)