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:
parent
30c26ebd32
commit
4c681847f8
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue