diff --git a/chrome/content/zotero/xpcom/storage/webdav.js b/chrome/content/zotero/xpcom/storage/webdav.js index 8cd8050dc..cf14fc169 100644 --- a/chrome/content/zotero/xpcom/storage/webdav.js +++ b/chrome/content/zotero/xpcom/storage/webdav.js @@ -968,6 +968,7 @@ Zotero.Sync.Storage.Mode.WebDAV.prototype = { var uri = this.rootURI; var path = uri.path; + var contentTypeXML = { "Content-Type": "text/xml; charset=utf-8" }; var xmlstr = "" + "" + "";