From 212c19fc459e71ab1510981e387dc707e4a7b43f Mon Sep 17 00:00:00 2001 From: robk-tahoe Date: Wed, 11 Jun 2008 15:35:27 -0700 Subject: [PATCH] webish: re-fix the addSlash issue in directory rendering 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/allmydata/web/directory.py b/src/allmydata/web/directory.py index 2bd51f15..5fe2db63 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