mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-03 21:27:36 +03:00
fix #1852
This commit is contained in:
parent
d7c09e218f
commit
c438ccb215
1 changed files with 1 additions and 1 deletions
|
@ -395,7 +395,7 @@ function create_edit_collection(user, password, collection, create, callback) {
|
|||
calendar_color = escape_xml(collection.color + (collection.color ? "ff" : ""));
|
||||
calendar_description = escape_xml(collection.description);
|
||||
resourcetype = '<CS:subscribed />';
|
||||
calendar_source = collection.source;
|
||||
calendar_source = escape_xml(collection.source);
|
||||
} else {
|
||||
calendar_color = escape_xml(collection.color + (collection.color ? "ff" : ""));
|
||||
calendar_description = escape_xml(collection.description);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue