remove double / for MKCOL

This commit is contained in:
Peter Bieringer
2025-02-27 08:09:05 +01:00
parent c2013ec901
commit fcaee51ceb

View File

@@ -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;