]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
directory.py: revert that addSlash, it causes a test to fail and we don't understand...
authorBrian Warner <warner@allmydata.com>
Wed, 11 Jun 2008 19:59:28 +0000 (12:59 -0700)
committerBrian Warner <warner@allmydata.com>
Wed, 11 Jun 2008 19:59:28 +0000 (12:59 -0700)
src/allmydata/web/directory.py

index 5fe2db63237c48427a6977851d6d233d2b5cbda1..2bd51f156d4be72712e4a2ced7ca6cc11714917d 100644 (file)
@@ -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)