diff --git a/chrome/content/zotero/xpcom/translation/translate_item.js b/chrome/content/zotero/xpcom/translation/translate_item.js index 6278da4eb..afab5df4d 100644 --- a/chrome/content/zotero/xpcom/translation/translate_item.js +++ b/chrome/content/zotero/xpcom/translation/translate_item.js @@ -314,11 +314,10 @@ Zotero.Translate.ItemSaver.prototype = { "_parseRelativePath":function(path) { try { var file = this._baseURI.QueryInterface(Components.interfaces.nsIFileURL).file.parent; - var splitPath = path.split(/[\/\\]/g); + var splitPath = path.split(/\//g); for(var i=0; i