From 4c681847f8ca7d5492d4904ef1b0e7f2402a4cbb Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@allmydata.com>
Date: Wed, 11 Jun 2008 12:59:28 -0700
Subject: [PATCH] directory.py: revert that addSlash, it causes a test to fail
 and we don't understand it yet, and we don't need the fix quite yet

---
 src/allmydata/web/directory.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/allmydata/web/directory.py b/src/allmydata/web/directory.py
index 5fe2db63..2bd51f15 100644
--- 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)
-- 
2.45.2