diff --git a/chrome/content/zotero/xpcom/quickCopy.js b/chrome/content/zotero/xpcom/quickCopy.js index 7ad55bc7d..c7ed0728e 100644 --- a/chrome/content/zotero/xpcom/quickCopy.js +++ b/chrome/content/zotero/xpcom/quickCopy.js @@ -199,7 +199,12 @@ Zotero.QuickCopy = new function() { for (var i=0; i' + noteContent + ''); + var noteDiv = new XML('
' + + noteContent + //   is the only HTML entity we allow in + // notes, and it's not valid XML + .replace(' ', ' ') + + '
'); } catch (e) { Zotero.debug(e);