Peter Bieringer 1 год назад
Родитель
Сommit
c438ccb215
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      radicale/web/internal_data/fn.js

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

@@ -395,7 +395,7 @@ function create_edit_collection(user, password, collection, create, callback) {
         calendar_color = escape_xml(collection.color + (collection.color ? "ff" : ""));
         calendar_color = escape_xml(collection.color + (collection.color ? "ff" : ""));
         calendar_description = escape_xml(collection.description);
         calendar_description = escape_xml(collection.description);
         resourcetype = '<CS:subscribed />';
         resourcetype = '<CS:subscribed />';
-        calendar_source = collection.source;
+        calendar_source = escape_xml(collection.source);
     } else {
     } else {
         calendar_color = escape_xml(collection.color + (collection.color ? "ff" : ""));
         calendar_color = escape_xml(collection.color + (collection.color ? "ff" : ""));
         calendar_description = escape_xml(collection.description);
         calendar_description = escape_xml(collection.description);