diff --git a/chrome/content/zotero/xpcom/storage/webdav.js b/chrome/content/zotero/xpcom/storage/webdav.js index b2eb0e38d..1a1e7dcf2 100644 --- a/chrome/content/zotero/xpcom/storage/webdav.js +++ b/chrome/content/zotero/xpcom/storage/webdav.js @@ -1356,7 +1356,7 @@ Zotero.Sync.Storage.Session.WebDAV.prototype.purgeOrphanedStorageFiles = functio // Skip root URI if (href == path - // Some Apache servers respond with an "/zotero" href + // Some Apache servers respond with a "/zotero" href // even for a "/zotero/" request || (trailingSlash && href + '/' == path) // Try URL-encoded as well, as above