remove double / for MKCOL
This commit is contained in:
@@ -1213,7 +1213,7 @@ function CreateEditCollectionScene(user, password, collection) {
|
||||
alert("You must enter a valid HREF");
|
||||
return false;
|
||||
}
|
||||
href = collection.href + "/" + newhreftxtvalue + "/";
|
||||
href = collection.href + newhreftxtvalue + "/";
|
||||
}
|
||||
displayname = displayname_form.value;
|
||||
description = description_form.value;
|
||||
|
||||
Reference in New Issue
Block a user