no addslash here
This commit is contained in:
parent
bc2f5f8e88
commit
0acf0d2a7e
|
@ -1053,7 +1053,7 @@ def _directory_readonly_uri(req, dirnode):
|
|||
return text_plain(dirnode.get_readonly_uri(), req)
|
||||
|
||||
class RenameForm(Element, object):
|
||||
addSlash = True
|
||||
|
||||
loader = XMLFile(FilePath(__file__).sibling("rename-form.xhtml"))
|
||||
|
||||
def __init__(self, original):
|
||||
|
|
Loading…
Reference in New Issue