Browse Source

remove double / for MKCOL

Peter Bieringer 1 year ago
parent
commit
fcaee51ceb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      radicale/web/internal_data/fn.js

+ 1 - 1
radicale/web/internal_data/fn.js

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