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

This commit is contained in:
Brian Warner 2008-06-11 12:59:28 -07:00
parent 30c26ebd32
commit 4c681847f8
1 changed files with 1 additions and 1 deletions

View File

@ -367,7 +367,7 @@ class DirectoryAsHTML(rend.Page):
# The remainder of this class is to render the directory into # The remainder of this class is to render the directory into
# human+browser -oriented HTML. # human+browser -oriented HTML.
docFactory = getxmlfile("directory.xhtml") docFactory = getxmlfile("directory.xhtml")
addSlash = True #addSlash = True
def __init__(self, node): def __init__(self, node):
rend.Page.__init__(self) rend.Page.__init__(self)