1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00

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"); alert("You must enter a valid HREF");
return false; return false;
} }
href = collection.href + "/" + newhreftxtvalue + "/"; href = collection.href + newhreftxtvalue + "/";
} }
displayname = displayname_form.value; displayname = displayname_form.value;
description = description_form.value; description = description_form.value;