Skip to content

Commit

Permalink
fix #1852
Browse files Browse the repository at this point in the history
  • Loading branch information
pbiering committed Oct 8, 2024
1 parent d7c09e2 commit c438ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radicale/web/internal_data/fn.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit c438ccb

Please sign in to comment.